Check the version of the watir and the firewatir
January 7th, 2010
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