+

Search Tips   |   Advanced Search

Wait Until

The Wait Until action pauses the current execution thread until certain conditions have been verified.

A condition is composed of two operands and an operator. The operators are:

Each operand may be a variable ${VariableName} or a static string. In the case of the Exists operator, operand1 can only be a VariableName variable name.

You may also set a maximum timeout delay in milliseconds. Once this delay is timed out, the thread is restarted. The following action is then executed, even if the conditions have not been verified.


Home