while running bot if process is taking 2min, 5,10 min of delay then how we can handle
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
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