Wait for Image in Java App

Overview

Wait for an image to exist or not exist.

Inputs

Image The reference image to find in the java app.
Operation Whether to wait for the image to exist or to not exist.
Max Wait (Seconds) The number of seconds to wait. If the element is not found within this time the operation will fail.
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.
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.