Wait for Element to be Visible

This ‘Wait for Element to be Visible’ is pre-built Action comes for the captured Element, The functionality of this in Avo Assure to wait for the element in the application under test (AUT) to become visible, 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:

Waits until the specified element becomes visible on the screen

The Wait for Element to be Visible action does not require any input value. It continuously checks for the visibility of the target UI object until it appears or the timeout is reached. The result of the wait operation is stored in the {Visible} variable as True or False

Last updated

Was this helpful?