Issue
the screenshot of the view is here: https://i.stack.imgur.com/n9zv9.png
I tried using
val ANCHOR_SIZE_OPTION_1 = ViewElement(withContentDescription("3/16\""), "anchor size option 1")
in its Robot but test run throws back error that "3/16" is not found
Solution
found the mistake:
the ViewMatcher i should have been using is withText, and not withContentDescription
Answered By - falcon
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.