Web Application Testing In Ruby (WATIR)

Tool Name:Web Application Testing In Ruby (WATIR)
Description:WATIR is a library of Ruby classes and methods that support testing Web-based applications.
Documentation:Web Site: http://wiki.seleniumhq.org/display/WTR/Project+Home
Version:1.6.2
Installation Instructions (for Windows):
  1. Install Ruby
  2. Use the gem program to download the Ruby implementation:
    > gem update --system
    > gem install watir
See also:
Note:To use WATIR with Guidewire systems, replace wait in ie-class.rb in WATIR with the code in the following file:
wait.txt. This WATIR file is found in the directory \BASE_DIR\Ruby\lib\ruby\gems\1.8\gems\watir-1.6.2\lib\watir where BASE_DIR is the directory where your Ruby system directory is located.

by William Shaffer