Adding time to Check App State Activity

Hello everyone!
I’m using the Check App State activity for an element that appears on the screen, the thing is that I don’t know when said element will appear. So the problem is that I don’t know how much waiting time should be placed for the element that could appear on the screen; sometimes that element can take longer and other times less.
I would like to know if there is any way to make the activity work without an estimated time, because that element can take longer or sometimes less to appear on the screen.

Hi @Cam1 ,

You can build a single loop that will run 3-4 times until the element is loaded. If a specific element does not load after the fourth time, you can throw an error.

Thanks,
Vinit Mhatre

1 Like

Thanks for your help! I hadn’t thought of that, I’ll try and let you know if it works

1 Like

Hi @Cam1 ,
Use retry scope activity to wait until element appears for multiple time check


image

Regards,
Arivu

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.