Skip to content

v4.3.0 [Feature] Find elements by image

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Feb 13:05
558e3a4

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