Re: [Wtr-general] How to detect installed version of Watir

2007-07-05 Thread Charley Baker
Open a command prompt, type: ruby -e require 'watir'; puts Watir::IE::VERSION; -Charley On 7/5/07, Nadine Whitfield [EMAIL PROTECTED] wrote: Hi- there may already be a thread about this, but I could not find it. I recently used the Windows .exe (rather than Gem) to install Watir on my

Re: [Wtr-general] How to detect installed version of Watir

2007-07-05 Thread George
Hi, Type the following at a command prompt: ruby -e 'require watir;puts Watir::IE::VERSION' George ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general