Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Find elements by image #123

Merged
merged 11 commits into from
Feb 15, 2024

Conversation

mialeska
Copy link
Contributor

@mialeska mialeska commented Apr 25, 2023

Implement ByImage locator

Rework elements 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

- 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
@mialeska mialeska self-assigned this Apr 25, 2023
mialeska and others added 7 commits April 25, 2023 21:22
@mialeska mialeska marked this pull request as ready for review April 27, 2023 20:28
@sonarqubecloud
Copy link

sonarqubecloud bot commented May 8, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

# Conflicts:
#	src/main/java/aquality/selenium/browser/JavaScript.java
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@aqualityAutomation aqualityAutomation merged commit 558e3a4 into master Feb 15, 2024
4 checks passed
@aqualityAutomation aqualityAutomation deleted the feature/find-elements-by-image branch February 15, 2024 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants