Verify Exists
Last updated
Last updated
The Verify Exists Action in the Avo Assure is found under the @Custom Element. It instructs the Avo Assure Client to verify the object's existence as specified in the input and save the result (True/False) in output variable.
Input: <ObjectType>;<Visible Text (Optional)>;<Index>
Note: The user needs to provide the type of object, its visible text of the element (if needed), it’s element index.
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
During the SAP GUI sales order creation process, after entering the material in the table, the user wants to ensure that the "Continue" button is present on the screen before proceeding with the next step. The user can verify the existence of the "Continue" button using the VerifyExists Action in Avo Assure user confirms whether the button is available for interaction.
button;;2
The VerifyExists Action should verify the existence of the “Continue" button and save the result in output variable as selected.
The VerifyExists Action verifies the existence of the “Continue" button and save the {result} in output variable as True.