How to handle the popups

sidram.m

New Member
Hi
I automating web application, where in have windows security pop up. How to automate that screen or any vbo are available for that.
 

Sachin_Kharmale

Active Member
Hi @sidram.m ,

If you want to handle external pop up they are came when you are automating browser based application,
for that you need to create separate object to handle external pop up's.
1. create new object and select application type as windows application.
2. When pop will come try to attach to that popup.
3. once object will attach to pop up the spy pop up buttons to disable pop up.

I hope it will help you..!
 
Top