Verify Exists
This ‘verifyExists’ is pre-built Action Located under the captured Element. It instructs the Avo Assure client to verify the existence of a captured element, this Action ensures that the specified element is present and visible on the screen and store the result in output.
Syntax
Input: N/A
Output: <Dynamic Variable>(Optional) ;<Dynamic Variable>(Optional)

Use case/Example:

Scenario
Consider a scenario where a user is testing a shopping application, the user wants to check if a specific element "Buy Now" button exists or not on the page. To do this the verifyExists action can be used.
Expected Result
This action should verify that the captured button element exists on the screen and store the result in output variable.
Output
The action verifies the captured element exists on the screen, and the output variable {Result} contains 'True', which can be used for display or further processing.
Last updated
Was this helpful?