korimo / firewatir

Automatically exported from code.google.com/p/firewatir
0 stars 0 forks source link

Add ability to check which firewatir version is being used #51

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The following works in Watir:
irb(main):029:0> Watir::IE::VERSION
=> "1.5.1.1166"
  OR
C:\>ruby -e 'require "watir"; puts Watir::IE::VERSION'
1.5.1.1166

It would be great to support this in FireWatir too. Currently I get:
irb(main):108:0> FireWatir::Firefox::VERSION
(irb):108: warning: toplevel constant VERSION referenced by
FireWatir::Firefox::VERSION
=> "1.8.6"

Original issue reported on code.google.com by jeff....@gmail.com on 30 Oct 2007 at 5:56

GoogleCodeExporter commented 9 years ago

Original comment by ang...@gmail.com on 31 Oct 2007 at 6:27

GoogleCodeExporter commented 9 years ago
Fixed. Get latest from SVN

Original comment by ang...@gmail.com on 31 Oct 2007 at 6:55