Random unknown popup

Hi All

How to handle random unknown popups while using any web application. Can we use continue on error property simply OT is there any specific method to handle the popups

Thank you in Advance

Do the popup had some message or it is coming in specific part of the Automation process

@Archana_N_L

1 Like

Continue on error property is fine but make sure to set a low timeout value otherwise it would wait for 30 sec if popup is not available.

1 Like

Some message like when we open browser some popups will come na like that. Then when we click on cancel it will vanish and then we can continue with our actions inside browser.

OK nilay I will try doing it. Thank you

@Archana_N_L You can use an attach window for the Pop-up and inside the attach window you can use the click activity to click any buttons in the pop-up.

1 Like

So u can check with element exist to check whether that pop up.is coming then if it is appearing them click on cancel button

Do it at beginning

Regards

Nived N :robot:

Happy Automation :relaxed::relaxed::relaxed:

1 Like

Hi Nived. Yes good one i will try it . Thanks :slightly_smiling_face:

Ok manish. Thanks