Relax -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of HAHAHA Sent: Friday, December 12, 2008 9:14 AM To: Watir General Subject: [wtr-general] Re: button.Click_No_Wait only highlights the button, does not click
Why I cannot reply? Just try. On Nov 28, 4:51 am, patrick <[email protected]> wrote: > hi, > > i am using the foll versions: > > win xp sp2 > ruby - 1.8.6 > watir - 1.6.2 > ie - 7.0 > > my code is as follows: > > irb > require "watir" > browser = Watir::IE.start('http://www.google.com') > browser.text_field(:name, 'q').set('Watir') > browser.button(:name, 'btnG').click_no_wait > > however, the "Google Search" button is only highlighted. the button is > not clicked and the subsequent page is not loaded. I know i can use > click in this case, however the Click_no_wait is not working in any > code on my pc. pls help. > > patrick. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
