Hello everyone! I am having a problem tapping the button that I want to tap. I have 2 buttons, “Exit” and “Yes, I’m over 21”. I used Mobile Object Spy, and I got the locator for the button “Yes, I’m over 21” and also consistently found it every time I use the highlight.
The TC:
But when I started running the project, It’s tapping the wrong button, the “Exit” button. I also tried to use getText, just to check if I got the correct object.
Actual running of the project, nevermind the while loop.
Thank you!