Home - convio/watirmark GitHub Wiki
Welcome to the Watirmark wiki!
The Pages tab has a lot of useful information that may help get you started.
Overview
Watirmark takes a page out of Rails, adopting a Model/View/Controller architecture where the Model defines your input data, the View uses the Page Object pattern and defines how you can interact with a given webpage and the Controller drives the automation and populates forms using the Model and the View.