Replies: 1 comment 4 replies
-
Use
And make sure you use Appium Java Client of version 8.0.0 or higher. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Need some help here. Trying to migrate my Appium 2.0 setup to use Selenium Grid 4. Problem is, due to W3C compliance it doesn't support certain locators anymore like By.Id . Ive opened an issue on Selenium Repo and got a response:
SeleniumHQ/seleniumhq.github.io#1224 (comment)
My question is: What is the best practice for locating elements in an Android (Espresso) context? Im using AndroidFindBy ID in hundreds of instances, so changing all to XPath would be hellish. Thnx in advance!
Beta Was this translation helpful? Give feedback.
All reactions