[wtr-general] Re: Security Alert frustration

2008-12-07 Thread Tony
Hi Lucas, Have updated the post - http://groups.google.com/group/watir-general/browse_thread/thread/ec15a112b98a49aa Although its ok to handle security alerts in your testscripts, it would be better to handle it separately. If the security alert doesnt come up ... then you would have to change

[wtr-general] Re: Security Alert frustration

2008-12-04 Thread Bill Agee
Sounds like what you need is to start a separate process or thread to wait for, then interact with, the dialog. As you've seen, for this type of dialog task, there's more than one way to do it. :) And as far as I know the Watir community does not endorse any single right way to handle SSL

[wtr-general] Re: Security Alert frustration

2008-12-03 Thread winstan
Hi Bill, You're correct, as soon as the browser tries to navigate to that URL it just hangs as it cannot control the Security Alert pop up dialog and accept yes. Out of all the examples that i have attempted in my script, which one would you suggest i use and attempt to get working. I just