Hello guys. So im trying to figure out how could I achieve one thing. I want to write a robot, that uses element exists, if the value that it gives is true, then it goes and does 3 clicks, then checks again and clicks again. Basically, if the element exists value comes out as true, it does 3 clicks and checks again, but if its false, the automation ends. Thanks for the help!
2 Likes
You can use the Retry Scope activity to achieve this. Check for the element’s existence, if it’s true, proceed with the three clicks activity. In the retry scope condition, provide check for the element that exist as false.
This will help you click the element as long as it is present.
Hope this helps,
Best Regards.
1 Like
Thanks guys, I’ll try both of the solutions and let you know in a bit!
2 Likes
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.