Hi,
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.