Skip to content

Wait

Property Type Required Description
DelayMilliseconds Number True Number of milliseconds to wait
SnapshotRule SnapshotRule False Use this matching rule to match UI elements on the page. If a match occurs the wait finishes. See the Waiting And Snapshots section for a more detailed description.
HtmlRule HtmlRule False Use this matching rule to match the page's HTML. If the match occurs the wait finishes. See the Waiting And Snapshots section for a more detailed description.
WaitForAll String Array False Wait for all UI text to appear on the page. Each text element utilizes wild card matching, for example: *Profile*
WaitWhileAny String Array False Wait while any UI text appears on the page. Each text element utiizes wild card matching, for example: *Loading*
ConditionGroup String False Value referring to the Name property in a matching rule (HtmlRule, SnapshotRule) or the ResultVariableName property in the ExecuteScript action. If specified, this action will only run if the referred to result is true
NotConditionGroup String False Value referring to the Name property in a matching rule (HtmlRule, SnapshotRule) or the ResultVariableName property in the ExecuteScript action. If specified, this action will only run if the referred to result is false