Double Click
Last updated
Was this helpful?
Last updated
Was this helpful?
The Double Click action in the Avo Assure found under the Captured Button Element helps perform double-click action on the specified element and save the status (True/False) in the given output variable.
Input: N/A
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
When a user is testing the application, there is a “Save” button that requires a double-click to confirm saving changes. During testing, the Avo Assure performs a double-click action on the “Save” button to verify that the changes are saved successfully. This helps check that the double-click functionality triggers the save action as intended.
It should be double click on the save button and store the result in output variable True.
The result of the Double Click action is stored in the {result} output variable as “True”, which can be utilized for display or other purposes.