-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Titus edited this page Jan 30, 2016
·
6 revisions
Watir Drops is a simple, flexible and powerful Page Object gem designed to fully utilize Watir.
It was created because existing gems are either overly complex (ahem Watirmark), or create an entirely new DSL for modeling pages. This gem is designed to provide conveniences and structure to provide easy access to the full power of Watir, not to obfuscate or dilute it.
The priorities for this project are, in order:
- Ease of basic usage
- Ease of continuing to advanced usage
- Flexibility
- Power
Watir Drops relies heavily on two other gems:
- watir_session to provide global access to configuration and session information
- watir_model to provide an easy means of interacting with test data