You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
App Version: 2022.5.4
Electron: 13.6.9
Node.js: 14.16.0
Platform: Mac OS
You guys have a bug with your 'Find Element' section, When you search by class chain the inspector tries to search by 'CLASS_CHAI' so naturally nothing will ever be found
Not sure if this will solve your issue, but your example is using an xpath selector with the class chain strategy 🙂 The correct class chain selector would be **/XCUIElementTypeButton[`name == "Settings"`]. Check the class chain construction rules here.
Edit: But there does seem to be a typo with 'CLASS_CHAI', located in app/renderer/lib/client-frameworks/python.js:55
As @TDL-EdgarsEglitis mentioned, this is probably just a typo in the code which is displayed in the recorder. The Inspector never actually runs this code; it's just displayed as a reference. But yes, we should fix the typo.
App Version: 2022.5.4
Electron: 13.6.9
Node.js: 14.16.0
Platform: Mac OS
You guys have a bug with your 'Find Element' section, When you search by class chain the inspector tries to search by 'CLASS_CHAI' so naturally nothing will ever be found
https://imgur.com/a/1fax7db
The text was updated successfully, but these errors were encountered: