RE: [wtr-general] Re: Converting Watir::Waiter.wait_until to element.wait_until

2010-11-19 Thread Ning Cao
I found you have to use Watir::Wait.until instead of Watir::Wait.wait_until, maybe it's a type in the code? -Original Message- From: watir-general@googlegroups.com [mailto:watir-gene...@googlegroups.com] On Behalf Of Jarmo Pertman Sent: Friday, November 19, 2010 12:44 PM To: Watir Genera

RE: [wtr-general] Version 1.6.6 doesn't show correct version number

2010-10-12 Thread Ning Cao
x27;t show correct version number On Mon, Oct 11, 2010 at 7:35 PM, Ning Cao mailto:n...@adready.com>> wrote: > -e:1: warning: toplevel constant VERSION referenced by Watir::IE::VERSION > 1.8.6 Reproduced. You should probably create a ticket: http://wiki.openqa.org/display/WTR/C

[wtr-general] Version 1.6.6 doesn't show correct version number

2010-10-11 Thread Ning Cao
I'm running Watir on Windows XP and just updated to version 1.6.6, after the installation I wanted to check the version by using ruby -e 'require "watir"; puts Watir::IE::VERSION' The output was: -e:1: warning: toplevel constant VERSION referenced by Watir::IE::VERSION 1.8.6 It shows the Ruby

RE: [wtr-general] Re: regular expression in $ie.text.include? issue

2009-12-02 Thread Ning Cao
Try: $ie.text.include?("#{check}") -Original Message- From: mohe [mailto:j.mohanpra...@gmail.com] Sent: Wednesday, December 02, 2009 1:49 PM To: Watir General Subject: [wtr-general] Re: regular expression in $ie.text.include? issue 'check' variable is a string.actually i need to verify

[wtr-general] Re: Watir 1.6.5 is released

2009-11-11 Thread Ning Cao
Thanks for the hard work! From: watir-general@googlegroups.com [mailto:watir-gene...@googlegroups.com] On Behalf Of Charley Baker Sent: Tuesday, November 10, 2009 2:20 PM To: watir-general@googlegroups.com Subject: [wtr-general] Watir 1.6.5 is released Hi all, We've done a lot of work f

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

2008-12-17 Thread Ning Cao
I used to have the same problem, then I uninstalled my Ruby and Watir, then installed them again and the problem got fixed. You may want to try that too, use admin account to install Ruby (v.1.8.6-26), then install Watir, good luck! -Original Message- From: watir-general@googlegroups

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

2008-12-09 Thread Ning Cao
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: watir-general@googlegroups.com [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

2008-12-08 Thread Ning Cao
I have the same issue, I don't know if it's related to taking away the line cause I remember I had to add that line to make it work. Contacted the author of the enabled_popup David Schmidt, he said he hasn't used Watir for over two years so he can't help anymore. Neil -Original Message---