Here I have activity that will keep on navigating using page town to look for an image and would stop if the image is found but what if no image is found then it wont stop right ?
So my idea is to use a timer for example for 30 seconds if the image still not found I will set count to 1 to end the loop. Any idea ? Thank you
The following scenario can be met with element exist. Else you will need to put a loop counter with static delay to allow for the same scenario. Hope this help!!!