Verify element is visible
This is a pre-built action available under the Captured Element from the Desktop Application. The functionality of this action in Avo Assure is to verify if the object is visible on the AUT, and save the result in dynamic variable.
Syntax
Input Value: N/A
N/A
Not Applicable
Output Value:
<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
This dynamic variable holds the status of the action as True or False.
Example
Verifies whether the specified element is visible on the screen
The Verify element is visible action does not require any input in the Input Value column. It checks if the captured UI element is currently visible to the user on the screen. The result of the visibility check is stored in the {Visible} variable as True ( if the element is visible ) or False ( if the element is not visible)

Last updated
Was this helpful?