Click in a Java App using a Reference Image.
| Click Type | The type of click to use. |
| 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 clicked. |
| 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 clicked. |
| Shift | Select true to hold down the shift key while the click takes place. |
| Alt | Select true to hold down the alt key while the click takes place. |
| Ctrl | Select true to hold down the ctrl key while the click takes place. |
| 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. |