Releases: aquality-automation/aquality-selenium-core-java
v2.0.6 Update dependencies to Selenium 4.8.1
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
- 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
-
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
-
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