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
The resulting error is: selenium.common.exceptions.NoSuchElementException: Message: An element could not be located on the page using the given search parameters.
In xcode, this is the console result from appium for mac:
@aofl-esd That doesn't look like a full xpath, you need to use the full expath. hover over the element you're trying to access and click the fn button. This will copy the full xpath to the clipboard and you can then paste it in your code.
I've been unable to get appium for mac to find elements. I created a simplified version of the textedit example:
The resulting error is:
selenium.common.exceptions.NoSuchElementException: Message: An element could not be located on the page using the given search parameters.
In xcode, this is the console result from appium for mac:
The text was updated successfully, but these errors were encountered: