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
Added
@pageobject/class
- Added the optional property
InitialElementsto the interfacePageClass.
@pageobject/selenium-adapter
- Added the method
setElementSearchTimeout(ms)to the classSeleniumBrowser. - Added the method
setPageLoadTimeout(ms)to the classSeleniumBrowser.
Changed
@pageobject/class
- Set the required properties
InitialComponentsandurlof the interfacePageClassto 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 classSeleniumBrowser.