Skip to content
Titus edited this page Jan 27, 2018 · 6 revisions

Watir Drops is designed to be a simple, flexible and powerful Page Object gem for use with Watir.

It was created because existing gems are either overly complex (ahem Watirmark), or create an entirely new DSL for modeling pages. Watir Drops aims to merely provide an object oriented structure along with convenience methods to allow easy access to the power of Watir without obfuscating or diluting it.

The priorities for this project are:

  1. Allow beginners to quickly get up and running with Watir
  2. Allow users to easily transition to more advanced usage of Watir
  3. Flexibility
  4. Power

Contents:

Clone this wiki locally