Forum Discussion
Hassan_Ballan
Champion Level 3
5 months agoNot a mobile expert but I am confident that some basic rules applies to desktop, web, and mobile.
To be able to interact with a element it needs to exist, be enabled, and visible on screen not just visible.
From the log where you get the error, the error should be descriptive and the error screenshot image should also point to where it is attempting to click. If the page is still loading and the button is in transit to its final location, the click could miss the moving target.
- sammy045 months agoOccasional Contributor
Thanks for the response, Hassan. However, the button didn't work even though it was touched correctly. Also tried to click the indicated location, but the button still didn't work.