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
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


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
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


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
-
Posted via Jive Forums
http://forums.openqa.org/thread.jspa?threadID=6489messageID=18626#18626
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


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 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
-
Posted via Jive Forums
http://forums.openqa.org/thread.jspa?threadID=6489messageID=18626#18626
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

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 work.

-Charley

On 2/8/07, Andrew [EMAIL PROTECTED] wrote:


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 this popup is on.
For example, when I click on a link in the web page, this logon window
pops up and the next line in the Watir code will be executed only after this
window closes

Does anybody know how to walk around this situation?

Thank you.
-
Posted via Jive Forums
http://forums.openqa.org/thread.jspa?threadID=6489messageID=18433#18433
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general