WSL is released under the GNU Public Licence (http://www.gnu.org/copyleft/gpl.html).

The WATiR Scripting Language is a domain specific language for WATiR.
WSL lowers the barrier to entry in using WATiR.
WSL hides most of the complexities of WATiR tests and is accessible enough for non-developers to use.

More information on WSL can be found at http://wsl.xqoob.com
The source code can be downloaded from http://rubyforge.org/projects/wsl/

NOTE: if after installing WSL you get the following error -
"C:/Ruby/lib/ruby/gems/1.8/gems/windows-pr-0.9.3/lib/windows/thread.rb:59:
uninitialized constant Windows::API::Error (NameError)"
run these commands-
$> Gem uninstall windows-pr
$> Gem install windows-pr

Last updated 24 June 2009
Wadud Ruf