cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot spy "Leave this page?" popup in IE

ThijsPost
Level 2
A "Leave this page?" popup sometimes appears in IE when that is not appropriate (no page is being left, only some download link clicked..). See attached picture. We want to capture such an event in our robotization. Trouble is, I cannot find a way to spy that popup, Hovering above it just highlights stuff on the main window. Other spying modes do not work either. Other popups, like the Save dialog do not have this problem. Any ideas?
1 REPLY 1

Denis__Dennehy
Level 15
Firstly - if this is a HTML appliction, have you looked at the Troubleshooting guide in the product help for browser integration? This will tell you about the TabProcGrowth registry setting that may make pop-ups and windows spawn in seperate/new windows process threads, effectily behave as seperate applications to the one you are attached to in Application Modeller. If settiing TabProcGrowth to 0 still means you cannot interact with the IE pop-ups, you may need to create a seperate Object specifically for attaching and interacting with them. The browser integration guide on the portal does say for IE popups that ' To speed up development, it might be best to build a separate generic object to handle IE pop-up windows. '. If you need more assistance with this, it could be a subject to raise with me on the weekly mentoring calls Den