Pop-up from a particular website

Hi

I’m getting a pop up regularly from one particular website window.

To my sequence completely having the try catch, but when this pop up comes it stops there and process is not moving.

It suppose to move the process continue, till the end of the production.
image
image

@sudhasagar I guess those are the Mandatory Fields you should fill in the web page :sweat_smile:

1 Like

Yes, but sometimes it Struck, for the next time it will work
To overcome what to do

Use hot keys to close them

Or use find element activity if pop up exists either use hot keys to close or use click event to close the pop up

Hi @sudhasagar,

You can use Global Handler to handle this part.
For more information you can use go through the official documentation.

Thanks!
Anmol