[wtr-general] Re: button.Click_No_Wait only highlights the button, does not click

2008-12-08 Thread HAHAHA
I have the same problem. I don't know why it highlight the button but not click it. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post to this group, send email to

[wtr-general] Re: button.Click_No_Wait only highlights the button, does not click

2008-12-12 Thread HAHAHA
I have tried, using this code: require 'watir' browser = Watir::IE.new browser.goto('http://www.google.com') browser2 = Watir::IE.attach(:title, /Google/) browser2.text_field(:name, 'q').set('Watir') browser2.button(:name, 'btnG').click_no_wait The click_no_wait still cannot run. Is the code

[wtr-general] Re: button.Click_No_Wait only highlights the button, does not click

2008-12-15 Thread HAHAHA
for time being i am using this approach. * On Fri, Dec 12, 2008 at 8:49 PM, Bret Pettichord b...@pettichord.comwrote: Your code is correct. There is something about your configuration that causes this to fail. Bret HAHAHA wrote: I have tried, using this code: require 'watir

[wtr-general] Re: button.Click_No_Wait only highlights the button, does not click

2008-12-17 Thread HAHAHA
:in `wait _until': Timed out after 10.032 seconds. (Watir::Exception::TimeOutException) On Dec 16, 7:53 am, HAHAHA windchillfigh...@gmail.com wrote: I tried. The click_no_wait still cannot click the button. I think maybe it is really the configure problem. I use XP SP3, ruby186-27, watir1.6.2

[wtr-general] Re: button.Click_No_Wait only highlights the button, does not click

2008-12-18 Thread HAHAHA
. Michael - Original Message From: HAHAHA windchillfigh...@gmail.com To: Watir General watir-general@googlegroups.com Sent: Wednesday, December 17, 2008 12:49:43 PM Subject: [wtr-general] Re: button.Click_No_Wait only highlights the button, does not click I tried, even change