Handling Pop-Ups?

How can we handle unknown popups?

Is there a way of doing it?

Should a developer mention about such cases in support manual, if these cant be handled?

Hi @pankit

  1. You can use a Parallel Activity.
    2.In One branch of parallel Activity - Element Exist of The unknown Pop Up
  • If Exists : Send Hotkey Esc
  1. In Other Branch of Parallel Activity- put your Usual code.


Mukesh

1 Like

I have seen something like this. but the popup box cant be saved as an element. brings back an empty selector that wont validate. The site is secure so I cant share my code, but I’ll see if i can create an example and share the code

we can Use Image Exist also …