Releases: aquality-automation/aquality-selenium-core-java
Releases · aquality-automation/aquality-selenium-core-java
v1.2.0 Add element property getters logging
-
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
#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
v1.0.1
v1.0.0
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