Mike, I noticed the same thing with an older build I found someplace on the Rubyforge site. The current development builds are at http://wiki.openqa.org/display/WTR/Development+Builds or for the really brave you can check out the latest development version via Subversion at http://svn.openqa.org/svn/watir/trunk and build your own gem in the watir sub-directory with the command "gem build watir.gemspec"
For the *insanely* brave, you can even try out a developer test branch like the modal_dialog branch (http://svn.openqa.org/svn/watir/branches/modal_dialog/watir) where I'm working on getting full modal dialog support and support for click_no_wait from sub-frames and modal dialogs. Note that this code will be merged into trunk once all the tests are done and the code is proven to work for all elements. David Schmidt [EMAIL PROTECTED] Mike Townley wrote: > > I just updated to Watir 1.5.0.98. I first uninstalled using ‘gem > uninstall watir’ command. I then installed the latest version from a > local gem . I can verify the version installed with ‘gem list –local > watir’ it shows 1.5.0.98. > > ruby –e ‘require “Watir”; puts Watir::IE::VERSION’ still shows 1.4.1 > > can I be sure of the version that is actually being included? > > Thanks > > Mike > _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
