[Wtr-general] How to handle the popup security alert

2007-01-24 Thread Jason He
Hi, I'm using https to do the test, and I want to push the security alert automatically when it popups, which of the following function is available? clearSecurityAlertBox (WinClicker) push_security_alert_yes (WindowHelper) Besides, is it necessary to judge whether that security aler

Re: [Wtr-general] How to handle the popup security alert

2007-01-25 Thread Charley Baker
You can use either/or. I'm working with AutoIt internally on our own version based off of WindowHelper which uses AutoIt. The only trick is adding support for IE 7, which instead of using popups, opens a new tab. -Charley On 1/24/07, Jason He <[EMAIL PROTECTED]> wrote: Hi, I'm using https to

Re: [Wtr-general] How to handle the popup security alert

2007-01-25 Thread Jason He
eral@rubyforge.org Subject: Re: [Wtr-general] How to handle the popup security alert You can use either/or. I'm working with AutoIt internally on our own version based off of WindowHelper which uses AutoIt. The only trick is adding support for IE 7, which instead of using popups, opens a new tab.

Re: [Wtr-general] How to handle the popup security alert

2007-01-26 Thread Charley Baker
rg *Subject:* Re: [Wtr-general] How to handle the popup security alert You can use either/or. I'm working with AutoIt internally on our own version based off of WindowHelper which uses AutoIt. The only trick is adding support for IE 7, which instead of using popups, opens a new tab. -Char

Re: [Wtr-general] How to handle the popup security alert

2007-02-01 Thread Jason He
日 1:52 To: wtr-general@rubyforge.org Subject: Re: [Wtr-general] How to handle the popup security alert What error are you seeing? I wasn't saying to use IE 7 to bypass the problem, just mentioning the differences. If you could post a snippet of code and the error you're getting, that would

Re: [Wtr-general] How to handle the popup security alert

2007-02-01 Thread Jason He
CTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason He Sent: 2007年2月2日 12:38 To: wtr-general@rubyforge.org Subject: Re: [Wtr-general] How to handle the popup security alert The following code shows a case using clearSecurityAlertBox(). --