Verify Exists
This is a pre-built action available under the Captured Element from the SAP GUI Application. The functionality of this action in Avo Assure is to verify the element present on the page. It verifies the presence of the captured element.
Syntax
Input Value: N/A
N/A
Not Applicable
Output Value
<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
This variable holds the result as True (if element exists) or False (if not found)
Example
Verifying if a Button Exists on the SAP Screen
The Verify Exists action does not require any value from the Input Value column. It checks whether the captured button or UI element exists on the SAP screen. The result of the action is stored in the {Btn Status} variable as True (if the element exists) or False (if the element does not exist).
Note: The particular element is highlighted in red color on the SAP application to indicate its presence.

Last updated
Was this helpful?