-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using xPath to locate elements #197
Comments
@aamorozov what cases you need to use XPath? |
@isnifer Sometimes it might be simpler to map to the container and iterate the same children items such as checkboxes, or accordions, rather than adding testIDs to all of them. |
Take a look in this issue, #188, it might answer some of your questions |
@aamorozov don't forget - xpath soooo sloooow instead of testIDs. I don't see iterate over testIDs. |
@isnifer Yep, I'm aware of difference between those two in speed of locating element. I am also using appium for android, right now leveraging detox for ios builds. Is it a public project that you're using the wrappers on ? |
@isnifer |
Would you care to elaborate meaning of this? I having problem with check Webview visible. Specify: detox stuck at However, if I use Webview to open a website (like google.com or facebook) then the test pass as normal. Should this is a bug? |
@hungbm can you create a small repo to reproduce it? And we will work together on tests for it. |
We have no plans of implementing xpath support at the moment. |
No description provided.
The text was updated successfully, but these errors were encountered: