morde
12 years agoContributor
Handling Unexpected Popup
Hi,
I am testing an application which sometimes throws popups that blocks my screen - which I would like to ignore from.
I read your article about Handling Unexpected Windows (http://support.smartbear.com/viewarticle/56466/) and from the remarks I understood that this solution is not good for this case (since the popups are Modal windows in the web app).
I also thought about using an "If .... End If", but this popup can jump anytime and anywhere so this in not an option.
Handling the popup means for me to click the "ok" button and refresh the page (Keys[F5]).
Is there a way to handle this situation?
Thank you,
Mor
I am testing an application which sometimes throws popups that blocks my screen - which I would like to ignore from.
I read your article about Handling Unexpected Windows (http://support.smartbear.com/viewarticle/56466/) and from the remarks I understood that this solution is not good for this case (since the popups are Modal windows in the web app).
I also thought about using an "If .... End If", but this popup can jump anytime and anywhere so this in not an option.
Handling the popup means for me to click the "ok" button and refresh the page (Keys[F5]).
Is there a way to handle this situation?
Thank you,
Mor