How to deal with Internet Explorer Information bar

Ranorex Studio, Spy, Recorder, and Driver.
gmartin78
Posts: 5
Joined: Thu May 13, 2010 10:55 pm

How to deal with Internet Explorer Information bar

Post by gmartin78 » Tue Oct 26, 2010 7:12 pm

I've done some extensive work to deal with Popups that occur in my automations. The on case I have not yet solved is how to capture the menu of options that happens after clikcing the Internet Explorer "Information Bar" that popup when it detects perceived security issues. Any thoughts on capturing the resulting context menu would be appreciated. It does not appear to be a child of the original information bar button.

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: How to deal with Internet Explorer Information bar

Post by Support Team » Wed Oct 27, 2010 2:25 pm

Hi,

This security button should have following RxPath
button[@text~'^To\ help\ protect\ your\ secu']
You can create an own thread, which is searching for this button and if the button is available click on it. Or you can use following blog to check if the button occurs http://www.ranorex.com/blog/handling-di ... up-windows This blog is for PopUp Windows but if you adapt the code a bit you can use it too for the security button.

Regards,
Peter
Ranorex Team