Sha256: d948d04bfc03ae1c1a361a5a6ce9103e3f75d7882ecfa22f8d22df154fbb7607

Contents?: true

Size: 840 Bytes

Versions: 4

Compression:

Stored size: 840 Bytes

Contents

# 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/<my-github-username>/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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
domkey-0.4.0 README.md
domkey-0.3.1 README.md
domkey-0.3.0 README.md
domkey-0.2.0 README.md