Is it possible to Use Xpaths for webview testing using Patrol $.native ? #1842
Replies: 1 comment
-
No, we don't support xpaths. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am curious about if we can use Xpaths for the webview testing in flutter integration tests using patrol? Issue I faced was, some of the WebViews we don't have control over that hence cannot capture from className, resourceID etc.
I have checked and Selector has only below methods.
Just curious if we have any other way to use Xpaths in WebViews or it is not possible at all? :)
Beta Was this translation helpful? Give feedback.
All reactions