VerifyVisible
Last updated
Was this helpful?
Last updated
Was this helpful?
This ‘verifyVisible’ is pre-built Action comes for the captured Element. It instructs the Avo Assure client to check whether a specific web element is visible on the page and store the result in Output variable.
Input: N/A
Output: <Dynamic Variable>(Optional) ;<Dynamic Variable>(Optional)
Consider a scenario where you are testing a banking application, the user is filling in account details and needs to check whether certain elements (like input fields or buttons) are visible as they proceed. To confirm this, you can use the ‘verifyVisible’ action.
This action should be verifying the captured element will be visible on the screen and store the result in output variable.
The action verifies that the captured element is visible on the screen, and the output variable {Result} contains 'True', which can be used for display or further processing.