Verify Exists

This ‘verify Exists’ is pre-built Action Located under the captured Element. The functionality of this in Avo Assure to verify the existence of a captured element, this Action ensures that the specified element is present and visible on the screen and save the result in dynamic variable.

Syntax

Input Value: N/A

Argument
Description

N/A

Not Applicable

Output Value

Argument
Description

<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)

This dynamic variable holds the result of the action as True or False

Example:

Verifies whether the specified UI element exists on the screen

The Verify Exists action does not require any input value. It checks the presence of the defined object in the application under test. The result of the existence check is stored in the {Exists} variable as True or False

Last updated

Was this helpful?