Click again and again unless result come

Dear Robogen, I want to click same image again and again unless it is successful. Could anyone please help.

the case description is very general.
Have a look on the retry scope activity as it is intended to handle such scenario

1 Like

image

HI @Sabbir_Anwar

You can try with Retry scope activity

  1. In the click activity just click the image

  2. In the Element Exist activity you can select the element that appeared after the successful

image

Regards
Gokul

The Click activity has verification built-in now.

Use a retry scope with the click in it, and the result to come on the condition as an element exists

Thanks for your reply. But there is an error.

The modern Click activity has verification built in. You don’t need Retry Scope nor Element Exists nor all this extra stuff.