Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.25 KB

CHANGES.md

File metadata and controls

49 lines (30 loc) · 1.25 KB

0.5.0 (2016-02-16)

  • split new definition of elements & collections into a sub-class

0.4.1 (2016-02-15)

  • alias fill_form with populate_page_with (page_object gem equivalent)

0.4.0 (2016-02-12)

  • 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

0.3.4 (2016-01-25)

  • elements inherited in subclasses

0.3.3 (2016-01-30)

  • switch from test-model to watir_model
  • update to latest watir_session implementation

0.3.2 (2016-01-25)

  • clear field before typing into it

0.3.1 (2016-01-25)

  • wait for element before interacting with it

0.3.0 (2016-01-24)

  • 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

0.1.1 (2015-07-30)

  • Browser session stored in singleton
  • Page Objects initialize without parameters
  • Default actions for setters on elements

0.1.0 (2015-07-15)

  • initial commit