Skip to content

PHILATSHAKA/watir.github.io

 
 

Repository files navigation

Watir Website

Watir.com is generated from the code in this repository using Jekyll

Contributing

Please help us keep our examples and tutorials up to date. These guides can be found in the _guides directory

Do you have Watir specific information you'd like to share? Create a post in the _posts directory

If you know Jekyll / HTML / CSS and would like to help improve our site's look and feel, by all means contact us.

Example Pages

HTML used for Watirspecs is mirrored on the Watir site in the /examples directory To update this code with the latest in the watir repository:

$ git remote add -f -t master --no-tags watirhtml https://github.com/watir/watir.git
$ git rm -rf examples
$ git read-tree --prefix=examples/ -u watirhtml/master:spec/watirspec/html

Releases

No releases published

Packages

No packages published

Languages

  • CSS 77.3%
  • HTML 22.7%