Re: Need help with Win32::IEAutomation

2012-04-21 Thread timothy adigun
Hi, > "alo" == alok wrote: alo>I am trying to use Win32::IEAutomation module to test one web alo>application which is HTTPS based. alo>I am unable to bypass SSL security warning. alo>Can someone help - here's the code I am using. alo>use Win32::IEAutomation; al

Re: Need help with Win32::IEAutomation

2012-04-21 Thread Leo Susanto
Can you use Win32::GuiTest to find the SSL security warning windows (since it's a windows alert) and handle it? On Thu, Apr 19, 2012 at 10:45 AM, alok wrote: > I am trying to use Win32::IEAutomation module to test one web > application which is HTTPS based. > > I am unable to bypass SSL security

Need help with Win32::IEAutomation

2012-04-21 Thread alok
I am trying to use Win32::IEAutomation module to test one web application which is HTTPS based. I am unable to bypass SSL security warning. Can someone help - here's the code I am using. use Win32::IEAutomation; use Win32::IEAutomation::WinClicker; # this will provide methods to interact with dia