Skip to content

Tags: aquality-automation/aquality-selenium-java

Tags

v4.13.0

Toggle v4.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update to Selenium 4.34.0 +semver:feature (#152)

* Update to Selenium 4.34.0 +semver:feature
Sonatype deploy: publish with central-publishing-maven-plugin, use maven versions plugin

* Azure DevOps pipeline: Restore sonarCloud analysis and update maven tasks

* update ADO test run settings.local.json

* remove cookie consent for ManyToolsForm, restore normal pageLoadStrategy

v4.12.0

Toggle v4.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update to Selenium 4.33.0 +semver:feature (#150)

* Update to Selenium 4.33.0 +semver:feature

* devtools v85-> v137, hotfix of compatibility issues

* handle cookies for manytools

* Rework relative locator tests, stabilize testByImageLocator

* stabilize testByImageLocator

* Fix review issues

v4.11.0

Toggle v4.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update to Selenium 4.28.1 +semver:feature (#149)

v4.10.0

Toggle v4.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update to Selenium 4.27.0 +semver:feature (#148)

v4.9.0

Toggle v4.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update to Selenium 4.25.0 (#147) +semver:feature

* Update to Selenium 4.25.0 +semver:feature

* Update ChromeDownloadsForm.java

* Add waiting to stabilize testHiddenElementsNotDisplayed

v4.8.0

Toggle v4.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update to use Selenium 4.24.0 (#146) +semver:feature

Use new FindElements logic from aquality-selenium-core to avoid possible StaleElementReference while iterating WebElements list
Add Clear method to ITextBox interface
Fix error on clearAndType to close #145

v4.7.0

Toggle v4.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ExcludedArguments functionality for Chromium-based drivers (#144) +se…

…mver: feature

* Implement excludedArguments functionality for Chromium-based drivers +semver: feature
closes #143
Also remove "--remote-allow-origins=*" workaround
Add --disable-search-engine-choice-screen to settings.json

* Fix loc message for "excludedArguments"

v4.6.0

Toggle v4.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Implement native scroll actions (#142) +semver: feature

- cover with tests
- replace js references with native actions in pre-existing methods
- add localization values for scrolling actions
- refactor MouseActions
- Update to Selenium 4.23.0

v4.5.1

Toggle v4.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update to Selenium 4.22.0 (#141)

- fix testByImageLocator source file brokenImage.png

v4.5.0

Toggle v4.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add browser window navigation (#140) +semver:feature

Add browser window navigation +semver:feature
- Update to Selenium 4.20.0