I am working on an automation, where while populating the data a pop-up can appear and for multiple scenarios there can be different pop-ups. (which can appear some time and sometime not)
I don’t want to give the extra delay to wait for the pop-up to appear because as i said it can occur randomly …
So is there a way i can handle it without any extra time as the automation is already taking lot of time
I assume you will be using click activity to handle that intermittent popup.
Enable Continue on error and reduce the Timeout to suitable time in seconds.
This will ensure that popup will be clicked if appeared, if not it will continue further activities.