How to wait still the progess/loading bar disappear

Hello Uipath Community,

i have had a problem with a progress/loading bar (see in the image the marked circle).

When the window “Attribut” appears, i have to wait the loading bar. The Robot have to wait till it disappears. Only then should the robot make entries like date-entry or uncheck a Box.
I have tried it with the activity “wait element vanish” but it didn’t work.

Is there a good/another solution for this?

Thanks in advance for the help and answers.

Best regards

Hi ,

If the Selector is captured for the Form , then the Retry scope can be used to wait till it vanish but use it within the retry scope and if the Element still exist retry.

1 Like

Hi Priyanka,

thanks for your help.

I have tried it, but it didn’t work. I am not entirely sure if i did this correctly. (see image)

Yes Correct . Then with count in the Assign Variable. Try while loop and wait for some time then try element exist , if still appears then Decrement the Counter else break the loop.

1 Like

Thanks. But it still didn’t work because the selector of both a always on green (aktive). Therefore i solved it with a do-while.

Thanks a lot for your help.

1 Like

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