Page 1 of 1

How to deal with Internet Explorer Information bar

Posted: Tue Oct 26, 2010 7:12 pm
by gmartin78
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.

Re: How to deal with Internet Explorer Information bar

Posted: Wed Oct 27, 2010 2:25 pm
by Support Team
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