- only attempt fill forms with values defined in model instance
- removed feature for locating a collection based on pluralizing the element name
- fixed bugs in training wheels
- split new definition of elements & collections into a sub-class
- alias fill_form with populate_page_with (page_object gem equivalent)
- define elements & collections with locator hashes as well as blocks
- supports auto-form filling data from any object that converts to a hash
- allow setting browser with class method
- runtime dependency removed for watir_model and watir_session
- elements inherited in subclasses
- switch from test-model to watir_model
- update to latest watir_session implementation
- clear field before typing into it
- wait for element before interacting with it
- Singleton replaced with usage of watir_session gem
- page_url methods can take parameters
- Default form filling method with usage of test-model gem
- Pluralizing element names obtains collections of those elements
#visit
and#use
methods provided for passing blocks to the Page Object
- Browser session stored in singleton
- Page Objects initialize without parameters
- Default actions for setters on elements
- initial commit