verifyVisible
Last updated
Was this helpful?
Last updated
Was this helpful?
The verifyVisible action in the Avo Assure is found under the @Custom Element Name. It instructs the Avo Assure Client to verify if the object is visible on the web page or not and save the result (True/False) in the given output variable.
Input: <ObjectType>;<VisibleText(optional)>;<Index>;<abs(optional)>
Note: The user needs to provide the type of object, its visible text of the element (if needed), its element index, and the abs.
Output: <Dynamic Variable>(optional);<Dynamic Variable>(optional)
User is testing the account creation process on a web application. After successfully creating an account, a confirmation popup should appear with the message, “Your account has been successfully created!” This popup is essential for validating the success of the account creation process. Using the “verify visible” action in Avo Assure to check if the popup confirming account creation appears on the screen.
div;;0
The verifyvisible action should verify the visibility of the popup message and store True in the output variable.
The result of the verifyvisible action verifies the visibility of the popup message and stores in the {result} output variable as “True”, which can be utilized for display or other purposes.