RubyGems.org

WATIR is "Web Application Testing in Ruby". Watir (pronounced water) is a free, open-source functional testing tool for automating browser-based tests of web applications. It works with applications written in any language. Watir drives the Internet Explorer browser the same way an end user would. It clicks links, fills in forms, presses buttons. Watir also checks results, such as whether expected text appears on the page, or whether a control is enabled. Watir can test web applications written in any language. Watir is a Ruby library that works with Internet Explorer on Windows.

installgem install watir-classic -v 3.1.0
Authors

Bret Pettichord

32,487 total downloads 2,169 for this version
Owners

Ff97ca87af59ee68ceff5877a8365788

Gemfile
gem "watir-classic", "~> 3.1.0"
Versions
  1. 3.7.0 May 10, 2013
  2. 3.6.0 March 16, 2013
  3. 3.5.0 March 10, 2013
  4. 3.4.0 January 6, 2013
  5. 3.3.0 October 27, 2012
Show all versions (9 total)