I am using an On Element Appear as a dynamic wait for a button to be visible and clickable before the process actually clicks on it. I left the TimeoutMS blank so it waits a default time of 30s.
After executing the process, the function did what it was supposed to do, wait for the button I identified to appear and clicked on it.
But after the step was completed, the process threw an error saying “Activity timeout exceeded”.
I’d appreciate it if anyone can tell me what I am doing wrong for this function, or if I used the wrong function to begin with.
Given the fact that we’ve seen that this property is most used when False, I think it’s best to have it like that by default. Thanks Bejoy for the suggestion!
Glad to hear that! Surprised to know no one till now bring this to your notice. Thanks for the consideration.
This default value causes unnecessary error, i spend quite some time with this error, as it says timeout exceed i spend time thinking increasing delay time or something like that could solve the error. But no.
It finds the element does the activity in the do section and then throws this error, kind of a weird issue to debug. Hope this suggestion will be considered soon.
Hi everyone, I am trying the vanish function we have withing UiPath and I need to check if a element vanish but the time out just predefined by UiPath is not enough. Is there any way we can change it?