How to handel random popup

Hi Experts
I have a question like I am working in Oracle applications and in any point of time I get popup to click on on it how could I write a code to overcome this problem I could not use multiple elements exit.

Hi @Aleem_Khan

Parallel activity may be handy in this case

You can use element exist activity for the pop up with a dynamic selector to catch any pop up appear and use it in the retry scope activity
when the value for element exist is true will take an action to close the popup and check the next popup other wise the robot will exit from retry scope

you can go with parallel activities that will solve your problem

in one side you can keep your actual workflows and and another side you can keep the actions which you need for handle the exception

1 Like

Cn you share any example flow

parallel_Actions.xaml (4.8 KB)

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.