How to Complete my process If an advertisement is popping up in between of my process?

Varun Kumar

New Member
Hi ,

Can anyone Tell me how to close an advertisement if it keeps popping up sometimes (not every time when i run my process) when i am automating a web application?
 

VJR

Well-Known Member
Hello Varun,

Can you tell what type of the advertisement it is. Is it a webpage pop up, or a flash ad, or a video or something else?
It shows up only sometimes. But is that showing up only on some specific event say like whenever you launch an URL or click some button, etc?
 

Varun Kumar

New Member
Hi VJR,
It is a flash ad, and I just wanted to know what to do in that scenario where an ad pops up and blocks our process , how to proceed further without marking that case as exception.
 
Hi @Varun Kumar
If the pop up appears randomly, then try to spy it just once and use a decision stage before the other stage and if apply logic that if the popup appears then close it else continue with your application. If it appears multiple times then you can try using multiple decision stages. It'd definitely work.
 
Top