While doing web automation, Some random popup coming in between,
There are 30+ activities in the process.
Sometimes you get the pop-up in first activity or sometimes at 25th activity
How you will solve this issue?
Can anyone explain in detail
While doing web automation, Some random popup coming in between,
There are 30+ activities in the process.
Sometimes you get the pop-up in first activity or sometimes at 25th activity
How you will solve this issue?
Can anyone explain in detail
You can try to use parallel activity to handle the pop-up.
Please refer this thread
Use Parallel activity. In one sequence out your pop-up hanging code looping till all the fields are filled. Also make sure continue on error is checked for pop-up handling activities.
In another sequence out your all other steps.
If the activity is failing whenever pop up comes then better to go with global exception handler and have the pop ip hndling steps there and retry can be used which will retry the same activity where it failed
If not then parallel activity is your way
Cheers
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.