Find the status of a button or if it's changed? #1620
Unanswered
jpmorrison
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can tapOn a button and I think I can assertVisible on the button text (Pool) but I want to find status of the button.
Is there any way to do this without access to the app source code?
The button is movable and it might be missing or there could be other buttons representing other devices.
I tried tapOn "Pool" but it doesn't work. It would be really nice to lookup the text to find the point: 13%,42%
Beta Was this translation helpful? Give feedback.
All reactions