VerifyVisible

This ‘verifyVisible’ is pre-built Action comes for the captured Element. The functionality of this in Avo Assure to check whether a specific web element is visible on the page and save the result in dynamic variable.

Syntax

Input Value: N/A

Argument
Description

N/A

This action does not require any input value.

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 is visible on the screen

The Verify Visible action does not require any input value. It checks if the defined object is visible to the user in the application under test. The result of the visibility check is stored in the {Visible} variable as Ture or False

Last updated

Was this helpful?