Continue execution till element or image appears

Hello Guys,

I want to know how can I implement in Uipath a flowchart or sequence that helps me to scroll down the website and once an image or text appears, it continues executing other actions, if this image or text has not appeared, it should continue scrolling down in the website. Thanks for your help.

You should make a loop checking if image or element appears and if its not, scroll down.

Repeating this loop until you get the elementExists=True. Then you break the loop or exit from it, as you want make it.

I hope you will understand this

Kind regards,
Pablo

1 Like

Hi Pablo.Thanks for your help. Could you tell me exactly which activities should I use please?

Kind regards,

Sergio