What is the statement after the click_no_wait? If you use handle_popup, add some more seconds to wait; especially on slow machine.
What I know is, the click_no_wait actually happens. But, when the browser or server is being ready to respond, your next code statement executes. Try putting -- sleep(20) right after click_no_wait to see anything happens at all for a test. If something happens, you know the browser or server is slow to respond. If nothing happens again, the link/button you click on, may need fire_event. Michael ----- Original Message ---- From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> To: Watir General <[email protected]> Sent: Monday, December 8, 2008 12:55:29 PM Subject: [wtr-general] Re: button.Click_No_Wait only highlights the button, does not click XP SP2 Ruby 1.8 Watir 1.6.2 IE 7.0.5730.13 For what it's worth, I'm not an administrator on this machine, which has caused some problems with Ruby in the past but never anything (that I know of, anyway) like this. I also have the IE developer toolbar installed, which is about the extent of the weirdness that I can think of. Anything else I should find out? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
