Get an Element from Java App using Image

Overview

Get an element from a Java App using a Reference Image.

Inputs

Image The reference image to find in the java app.
Match Threshold The threshold from 0-100 to use when finding the image, where 100 requires a perfect match.
XPath The parent element containing the image, e.g. /window[@name="My Window"], use /* to search all windows.
X Offset Optional X Offset, 0 represents the left most point of the image, if not specified the horizontal centre of the image will be used.
Y Offset Optional Y Offset, 0 represents the top most point of the image, if not specified the vertical centre of the image will be used.
Relative to Element A UI element to make the XPath relative to, retrieved with the "Get Element from Java App" operation. This is an advanced and optional feature. See the XPath Document for more information.