Wait for Component in Java App

Overview

Use this operation to wait for an element to be present. Once the element is found, the operation ends.

Inputs

XPath The XPath of the element to wait for.
Max Wait (Seconds) The number of seconds to wait. If the element is not found within this time the operation will fail. A value of 0 will wait forever.
Wait for Component to Choose whether to wait for the component to exist, not exist, or to be equal to, not equal, to contain, start or end with a specified value.
Target Value If the 'wait for component' option is set to equal, not equal, start with, end with or contain, this is the value to match against.
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.