Archive

Posts Tagged ‘version’

Check the version of the watir and the firewatir

January 7th, 2010 leleba No comments

We can check the version of the watir and firewatir by executing an rb file with the following script:

require ‘watir’

require ‘firewatir’

puts Watir::IE::VERSION

puts FireWatir::Firefox::VERSION

Categories: watir Tags: