Releases: WasiqB/coteafs-selenium
Releases · WasiqB/coteafs-selenium
Version 4.2.0
What's Changed
- Fixed bug issue template. by @mfaisalkhatri in #170
- Support Selenium WebDriver 4 by @WasiqB in #174
Full Changelog: v4.1.1...v4.2.0
Version 4.1.1
What's Changed
- Bump log4j-api from 2.17.0 to 2.17.1 by @dependabot in #165
- Bump log4j-core from 2.17.0 to 2.17.1 by @dependabot in #166
- updated project name in workflow test.yaml file by @mfaisalkhatri in #168
Full Changelog: v4.1.0...v4.1.1
Version 4.1.0
What's Changed
- Upgraded outdated dependencies, updated publish workflow to create Discussion with latest release notes. by @WasiqB in #163
Full Changelog: v4.0.1...v4.1.0
Version 4.0.1
What's Changed
- Bump log4j-core from 2.14.1 to 2.15.0 by @dependabot in #158
- Bump log4j-core from 2.15.0 to 2.17.0 by @dependabot in #162
- Bump log4j-api from 2.15.0 to 2.17.0 by @dependabot in #161
New Contributors
- @dependabot made their first contribution in #158
Full Changelog: v4.0.0...v4.0.1
Version 4.0.0
Version 3.2.0
Upgraded dependencies.
Version 3.1.0
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
🪲 Issues
Version 2.1.0
- NEW: Added support for Safari Browser.
- NEW:
WaitStrategy
added. Default will beNONE
. - NEW: New overloaded methods added in BrowserPage to consume
WaitStrategy
. - NEW: New method in
ISelectboxActions
added:deselectByIndex
deselectByValue
isMultiSelect
options
selectByIndex
selectByValue
selectedOptions
- BREAKING: Old methods in
ISelectboxActions
renamed:select
->selectByText
deselect
->deselectByText
Version 2.0.0
Released new version v2.0