Also it happened to me on IE6, I did not upgrade my browser, just
upgraded to watir 1.6.2 then it's broken.

-----Original Message-----
From: [email protected]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Tuesday, December 09, 2008 8:59 AM
To: Watir General
Subject: [wtr-general] Re: button.Click_No_Wait only highlights the
button, does not click


Michael - I thought of that already and put in a click_no_wait that
just selected a link.  Nothing happened, so it wasn't just the popup-
handling code.  What would a fire_event command look like, exactly?
Right now, the line that has the problem for me is

BROWSER.button(:id, "Btndelete").click_no_wait

Are you saying I should add after that:

BROWSER.button(:id, "Btndelete").fire_event

If so, won't that defeat the purpose of having a no_wait command? In
other words, won't my script then hang instead of executing the popup
handler?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to [email protected]
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to