This is great info!

Thank you for your help on this!

Just to share; I am piloting a move away from a proprietary application (Silk Test), and working more with Ruby::Watir and also working in HttpUnit, within an Agile development project.

Hopefully in the not too far off future I will be able to contribute my knowledge and experiences with those seeking help through this mailing list.

Once again I really appreciate the help!!!!

Kalen

On 3/15/06, Zeljko Filipin <[EMAIL PROTECTED]> wrote:
> 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

_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to