Skip to content

Tags: aquality-automation/aquality-selenium-java

Tags

v4.4.1

Toggle v4.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update to Selenium 4.19.1 (#139)

v4.4.0

Toggle v4.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Migrate to Java 11 (#138) +semver: feature

* [Breaking] Migrate to Java 11

* update pipelines and README.md

v4.3.3

Toggle v4.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
 Process element highlight correctly (#137)

fixes #128

v4.3.2

Toggle v4.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #105 from aquality-automation/Feature/Add-Multicho…

…ice-Combobox

Feature/add multichoice combobox
closes #65

v4.3.1

Toggle v4.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #127 from aquality-automation/enhancement/use-nati…

…ve-open-new-tab-function

[Enhancement] Use native function to open new tab

v4.3.0

Toggle v4.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Feature] Find elements by image (#123) +semver: feature

Implement ByImage locator. Location strategy:
- Finding the closest element to matching point instead of the topmost element/ all elements on point
- Support finding multiple elements (multiple image matches)
- Support relative search (e.g. from element)
- Add javadocs
- Add js script to getElementsFromPoint
- Add locator test

v4.2.0

Toggle v4.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Feature] DevTools command logging options (#135) +semver: feature

Add optional parameter for DevTools Command/Result logging options to SendCommand and ExecuteCdpCommand methods

v4.1.6

Toggle v4.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support Finding of Multiple elements from ShadowRoot (#125)

* Support Finding of Multiple elements from ShadowRoot
- add JavaScript to generate CSS selector from element
- try to generate CSS selector if XPath generation fails - necessary for ShadowRoot elements since XPath doesn't work for them

Related to aquality-automation/aquality-selenium-dotnet#235

* Update ElementFactory to use generate CSS locator logic in generateLocator method instead of generateXPathLocator

v4.1.5

Toggle v4.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support Opera and Yandex browsers (#134)

- Add section to settings.json for Opera browser
- Add specific OperaSettings with w3c workaround and binary location
- Update LocalBrowserFactory to separate Opera and Yandex cases from Chrome. For them, use ChromeDriverService with disabled build check

v4.1.4

Toggle v4.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update dependencies and restore jackson databind dependency (#133)

aquality.selenium.core dependency was updated to 3.1.1
Updates in the core library:
- log4j to 2.22.1
- testng to 7.5.1
- jackson-databind to 2.16.1
- guice to 6.0.0, guava exclusion removed

Also scope for slf4j-simple was set to test.