Timeout function in UiPath

Hi guys,

i’m trining to write a bot that to access on tool and then it searchs a case list. But between login and opened tool’s windows there is some seconds or 1 minute.

I would ask you as I manage this range, Is there a UiPath’s function for this problem?

Hi you can use the Delay activity :slight_smile:
Please refer to this site:

Thanks!

4 Likes

Thanks you Jan

1 Like

Please mark my answer as the solution to close this topic. Thank you @lucio_fortunato!

You have several options, I recommend using the activity “element exist”:

In the field Timeout you can put the amount you need, then you can evaluate with an If condition if the screen is loaded and use you own retry mechanism

Hi Caduar,

i’m trining to work with Uitpath automotion and I will test both solutions.

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