Wait for Element to be Visible
Last updated
Was this helpful?
Last updated
Was this helpful?
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.
Input Value: N/A
N/A
Not Applicable
Output Value
<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