Skip to content

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

v1.2.0 Add element property getters logging

18 Jan 17:33
db30415
Compare
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
Compare
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
Compare
Choose a tag to compare

#50 Fix bug with JsonSettingsFile

v1.0.1

07 May 08:27
118d637
Compare
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
Compare
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

v0.0.3

15 Apr 14:20
0fe7e5b
Compare
Choose a tag to compare
Update README.md