Skip to content
This repository was archived by the owner on Jan 3, 2019. It is now read-only.

v0.2.0 - 2017-10-29

Pre-release
Pre-release

Choose a tag to compare

@clebert clebert released this 29 Oct 21:16
· 254 commits to master since this release

Added

@pageobject/class

  • Added the optional property InitialElements to the interface PageClass.

@pageobject/selenium-adapter

  • Added the method setElementSearchTimeout(ms) to the class SeleniumBrowser.
  • Added the method setPageLoadTimeout(ms) to the class SeleniumBrowser.

Changed

@pageobject/class

  • Set the required properties InitialComponents and url of the interface PageClass to optional.

@pageobject/selenium-adapter

  • Breaking: Changed the parameters of the constructor method of the class SeleniumBrowser.
  • Breaking: Removed the static method launch(capabilities) of the class SeleniumBrowser.