Skip to content

Releases: aquality-automation/aquality-selenium-core-java

v3.0.5 Deploy with actions

18 Jan 14:12
16ba3f6

Choose a tag to compare

Deploy with actions (#84)

* Deploy in GitHub Actions with semantic versioning

v3.0.0 Visualization feature added

11 May 15:10
12e470b

Choose a tag to compare

v2.0.6 Update dependencies to Selenium 4.8.1

27 Feb 13:50
e024d1b

Choose a tag to compare

Update maven dependencies
Fix ConditionalWait timeout error message (since 2.0.5)
Update Azure yml pipeline, year in license, readme (since 2.0.5)
Add localization files for Polish and Ukrainian (since 2.0.4)

v2.0.3 Updated selenium, appium, log4j, jackson dependencies

17 Aug 14:09
74cf98a

Choose a tag to compare

  • Update selenium version to 4.4.0
  • Update appium version to 5.2.2
  • Update log4j version to 2.18.0
  • Update jackson version to 2.13.3

v2.0.2 Migrate to Selenium 4 and log4j 2.15.0

18 Jan 17:46
bb55985

Choose a tag to compare

  • Updated selenium-java to 4.1.0

    • tests use appium java-client v. 8.0.0-beta to check WinAppDriver compatibility.
  • Updated webdrivermanager to 5.0.2

  • Updated log4j to 2.15.0

  • Updated jackson-databind to 2.13.0

  • Updated guice to 5.0.1

v1.2.0 Add element property getters logging

18 Jan 17:33
db30415

Choose a tag to compare

  • Added logPageSource parameter to settings. Covered logPageSource functionalityWithTests

  • Added Configuration property to ILocalizedLogger

  • Added logging of values for getAttribute() and getText() of Element

  • Enhance LocalizationManager to get value from core if the key is missed in passed assembly

  • Added logging to ElementStateProviders' waiting functions

v1.1.0 findChildElements

23 Jun 16:36
db30415

Choose a tag to compare

#45 Add List<IElement> findChildElements(...) method to IElement

  • Implemented findChildElements in ElementFactory

  • Add overloads to ElementFactory's findElements method

  • Add findChildElements methods to IParent and Element

  • Implement xpath extraction logic in ElementFactory to be able to find multiple elements in non-web WebDriver-based libraries

v1.0.2

20 May 14:55
000f9e2

Choose a tag to compare

#50 Fix bug with JsonSettingsFile

v1.0.1

07 May 08:27
118d637

Choose a tag to compare

Bugfix/47 fix action retrier (#48)

* Fix action retrier

* Update pom

* Update pipeline

* Fix sonar issue

v1.0.0

21 Apr 13:13
9e066cb

Choose a tag to compare

Bug/43 cast json value to double (#44)

* #43 add cast to double in JsonSettingsFile
rename ElementActionRetrier to ActionRetrier

* #43 update version of lib

* #43 add deprecated ElementActionRetrier

* #43 revert ElementActionRetrier
split with ActionRetrier

* #43 add tests for ActionRetrier
fix comments for methods

* #43 add tests to suite

* #43 add isExceptionHandled method
update version to 1.0.0