Quick Links
 |
|
|
| |
Start Here A collection of Watir resources to quickly get up and running: including a tutorial, cheat sheet and FAQ.
|
|
|
|
 |
|
|
| |
Learning More Learn more about Watir and Ruby with articles and examples.
|
|
|
|
 |
|
|
| |
Summary Watir API reference material and how to recognize objects.
|
|
|
|
 |
|
|
| |
Community The Watir community: who develops and uses Watir and how to get involved.
|
|
|
|
 |
|
|
| |
Development Information about the Watir tool development.
|
|
|
|
 |
|
|
| |
Pop Ups How to handle Pop Ups with Watir.
|
|
|
|
 |
|
|
| |
Archive Watir related sites and wiki pages that are not used any more.
|
|
|
|
|
|
Table of Contents
Recently Updated
|
Mar 22
|
|
|
Re: Selection Boxes
Thanks Frank. browser.selectlist(:id,"xxx").select("optionname") is right.
|
|
Dec 15
|
|
|
Re: Multiple Attributes
The index count starts at 0, therefore the index number should be one less than the number of the object you are looking...
|
|
|