Re: How can I detect 'Security Alert' windows in IE using Win32::OLE?

2004-12-29 Thread Am Turnip
Use Win32::GuiTest or Win32::ActAcc (active accessibility). --- Jim Guion [EMAIL PROTECTED] escribió: These windows popup when changing from a non-secure to secure connection and vice-versa, which is part of the application I am writing tests for. I need to be able to detect that the alert

How can I detect 'Security Alert' windows in IE using Win32::OLE?

2004-12-28 Thread Jim Guion
These windows popup when changing from a non-secure to secure connection and vice-versa, which is part of the application I am writing tests for. I need to be able to detect that the alert window opened and close it appropriately so that the application can continue. Thanks for any guidance! Jim