Watir examples
Examples All examples are designed to work on the live Watir demo form:http://bit.ly/watir-example.Loading RubyGems If you’re a first time Ruby user, you need to understand how to load Ruby gems such as Watir. You can require it via the-rubygemscommand line option or by using theRUBYOPTenvironment variable. You can also require it manually in your script:require 'rubygems' For more informationsee here.Including Watir gem to drive Internet Explorer on Windowsrequire 'watir'IncludingWatir-WebDrive...