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