Re: [Wtr-general] Problem with Logon popup window

2007-02-14 Thread Naga Harish Kanegolla
HI It didn't worked for me according to the faq's... Can u please tell me how to do with modal_dialog?? - Posted via Jive Forums http://forums.openqa.org/thread.jspa?threadID=6489messageID=18669#18669

Re: [Wtr-general] Problem with Logon popup window

2007-02-14 Thread Naga Harish Kanegolla
So what can i do for logon popup window?? - Posted via Jive Forums http://forums.openqa.org/thread.jspa?threadID=6489messageID=18697#18697 ___ Wtr-general mailing list

Re: [Wtr-general] Problem with Logon popup window

2007-02-13 Thread Naga Harish Kanegolla
Hi, I too have the same problem, ,, This is my html.. a href=/login/logout onclick=return confirm('Are you sure you would like to logout?');LOGOUT ,,, when i click on that i'll be getting the confirm popup with ok and cancel buttons. So how to do such kind using watir?? Thanks, Harish

Re: [Wtr-general] Problem with Logon popup window

2007-02-13 Thread Charley Baker
It's a javascript dialog, one answer is in the FAQ link in the previous post. Is this not working for you? -Charley On 2/13/07, Naga Harish Kanegolla [EMAIL PROTECTED] wrote: Hi, I too have the same problem, ,, This is my html.. a href=/login/logout onclick=return confirm('Are you sure you

Re: [Wtr-general] Problem with Logon popup window

2007-02-09 Thread Charley Baker
If this is a javascript popup you can take a look at the FAQ http://wiki.openqa.org/display/WTR/FAQ for handling javascript popups. Otherwise if this is an IE specific modal dialog, then using watir 1.5.1 you can access the modal_dialog through your ie object. Let us know if either of these two

[Wtr-general] Problem with Logon popup window

2007-02-08 Thread Andrew
Hi, I need to click OK button in the Logon Popup with the following details: Window [004e0a92] Title [Connect to qaone.v51test.com] ClassName [#32770] Thread ID [0fcc] Process ID [0da0] Size [width=326, height=282] The problem is that Watir script is not executed, until