This is a pre-built Action located under the captured textbox element. The functionality of this Action in Avo Assure is to perform a double click on the captured textbox element during test execution. The status of this Action is stored in a dynamic variable for further use during test execution.
Both dynamic variable stores the status as True or False.
Example: Performing a Double-Click on an Object
In this example, we explain how to perform a double click action on a specific object within the application using the Double Click on Object action.
Action: Double Click on Object
Input Value: N/A
This action does not require any input value. It identifies the target object and performs a double click operation on it.
Output Value: {Status}
The result of the double click operation is stored in this {Status} dynamic variable with the following possible values:
True:If the object is double clicked successfully.
False:If the object is not double clicked successfully.
Logical Explanation:The Double Click on Object action locates the specified object in the application and simulates a double click on it. The execution result is stored in the {Status} variable as true.