Version 3.0.0
💣 Breaking
- #88 : Refactoring of existing interface
IPage
- Following method removed:
onElement
- New methods added:
onTextbox
onClickable
onDropdown
- Following method removed:
✨ New
- #87 : Added
isRunning
method toIServiceAction
interface. - #84 : Wait strategy added to
find
andfinds
method. - #88 : Generic params and default implementations for following interfaces added:
IDriver
->AbstractDriver
IWaitStrategy
->BaseElementAction
IDriverAction
->AbstractDriverAction
IWebDriver
->Browser
IWebDriverAction
->WebDriverAction
IElementAction
->ElementAction
IFindableAction
->FindableAction
IMouseAction
->AbstractElementAction
IKeyboardAction
->KeyboardAction
ITextboxAction
->AbstractElementAction
ISelectboxAction
->AbstractElementAction
IVerifyElement
->VerifyElement
- #13 : Support for BrowserStack
- #93 : Driver manager specific configurations:
path
: Driver local pathversion
: Driver exe versionexeUrl
: Driver download URLforceCache
: Forces use of local driverforceDownload
: Forces download of driver
- #83 : Support Selenium Grid