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

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

2010-10-12 Thread Ning Cao
show correct version number On Mon, Oct 11, 2010 at 7:35 PM, Ning Cao n...@adready.commailto: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/Create+Jira

[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

[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:

[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 include 'watir' 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