> I downloaded watir-1.4.1.exe windows executable last night, and still was not 
> able to access the information.
As I understood it, Bret wrote that this but had been resolved AFTER1.4.1. was 
released ("This is indeed a bug that has been fixed since1.4.1.")
Until they release a new version, you can download latest commit fromhere 
(there may be something even fresher at http://svn.openqa.org/,but ignore that 
for now)
http://rubyforge.org/cgi-bin/viewcvs.cgi/root.tar.gz?root=wtr&view=tar
Unzip it, run install.rb and you will have the newest watir.
> Can you tell me the command I can enter into irb to confirm the version of 
> Watir?
You can do it from command prompt
ruby -e 'require "watir"; puts Watir::IE::VERSION'
and from irb
irb(main):002:0> require "watir"=> trueirb(main):003:0> Watir::IE::VERSION=> 
"1.4"
> While I am in the there, can you tell me the command to get the Ruby version 
> number?
>From command prompt
ruby -v
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to