Skip to content

Releases: aquality-automation/aquality-selenium-java

v4.10.0 Update to Selenium 4.27.0 +semver:feature

29 Nov 14:56
4dcec7b
Compare
Choose a tag to compare
Update to Selenium 4.27.0 +semver:feature (#148)

v4.9.0 Update to Selenium 4.25.0

16 Oct 10:11
974cf90
Compare
Choose a tag to compare
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 Update to use Selenium 4.24.0

10 Sep 09:12
0491b03
Compare
Choose a tag to compare

Update to use Selenium 4.24.0 +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 ExcludedArguments functionality for Chromium-based drivers

26 Jul 09:52
c6f3d4a
Compare
Choose a tag to compare

…+semver: feature

closes #143
Also remove "--remote-allow-origins=*" workaround
Add --disable-search-engine-choice-screen to settings.json

v4.6.0 Implement native scroll actions and use Selenium 4.23.0

24 Jul 08:06
e59afe5
Compare
Choose a tag to compare
  • 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 Update to Selenium 4.22.0

11 Jul 20:22
e9892f6
Compare
Choose a tag to compare
  • fix testByImageLocator source file brokenImage.png

v4.5.0 Add browser window navigation +semver:feature

06 May 19:49
de3307a
Compare
Choose a tag to compare

v4.4.1 Update to Selenium 4.19.1

12 Apr 12:13
8107606
Compare
Choose a tag to compare

Summary by CodeRabbit

  • Абнаўленні
    • Абноўлена версія залежнасці для паляпшэння стабільнасці і прадукцыйнасці.

v4.4.0 [Breaking] Migrate to Java 11 +semver: feature

26 Feb 17:00
8b9e364
Compare
Choose a tag to compare
Migrate to Java 11 (#138) +semver: feature

* [Breaking] Migrate to Java 11

* update pipelines and README.md

v4.3.3 Highlight elements correctly

23 Feb 20:04
aa6e2ba
Compare
Choose a tag to compare

fixes #128
This is the last version of the package that supports Java 8, as Selenium dropped the support.