Check the version of the watir and the firewatir
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
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