How to handle delay

while running bot if process is taking 2min, 5,10 min of delay then how we can handle

@babita

Can you be more elaborate…what is the activity and are you using any delays?

Cheers

I am asking general, because many times interviewer ask me same questions.
we dont know how much time it will take to load then how we can handle delay

@babita

We can increase the timeout and once the element is available it would move forward

Or alternately we can use activities like check app state ,wait for load,element exists, on element appear again with big timeout values so that once available it moves forward

Hope this helps

Cheers