I'm running appium 1.6.3 on an iOS 10.2 device.
Using this inspector:
I can see this for the menu item I'd like to click on (Note: the Value is not defined):
Type: XCUIElementTypeOther
Accessibility Id: Show Settings
Value:
Label: Show Settings
Is Visible: true
In the xpath selector, I'm unable to find an xpath query that locates this element. These all do not work:
//XCUIElementTypeOther[@name="Show Settings"]
//XCUIElementTypeOther[@label="Show Settings"]
//*[@name="Show Settings"]
//*[@label="Show Settings"]
Am I missing something here?
created
Apr '17last reply
Apr '17- 4
replies
- 1.6k
views
- 2
users
- 1
link
