Wait for Element to be Visible

This ‘Wait for Element to be Visible’ is pre-built Action comes for the captured Element. It instructs the Avo Assure client to wait for the element in the application under test (AUT) to become visible.

Syntax

Input: N/A

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

Use case/Example:

Scenario

Consider a scenario where you are validating checkout process in an e-commerce application. Test involves selecting an item, adding it to the cart and proceeding to checkout. The ‘Yes’ button should appear after completing the payment. User needs to wait for the ‘Yes’ button to become visible.

Expected Result

This 'Wait for Element to be Visible' action waits for some time until the button element becomes visible.

Output

This action successfully waits for the button to be visible after a certain amount of time.

Last updated

Was this helpful?