Retry Scope if Element Exists

Hi friends,

I am looking for a way to use the retry scope activity, but it should press a button, as long as this button exists. Unfortunately there is no way of indicating another element once the button is clicked for the last time, do you have an idea what to put in the condition?

Thanks a lot!

Hi @Bjoern.Mestemacher,

Use Do while loop with Element Exist :slightly_smiling_face:.

Thanks a lot, exactly what I needed!