Domain Specific PageObject for Selenium Watir-Webdriver

PageObject that models specific domain first and browser code second.

Watir-Webdriver is the Bee's Knees! Now with Domain Specific PageObject Factory!

Installation

Add this line to your application's Gemfile:

gem 'domkey'

or this line to use gem directly from github

gem 'domkey', git: "git://github.com/rubytester/domkey.git"

And then execute:

$ bundle

Or install it from rubygems.org as:

$ gem install domkey

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it ( http://github.com//domkey/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request