Double Click

This is a pre-built Action located under the captured button element. The functionality of this Action in Avo Assure is to perform a double click action on the specified button element. The result is stored in a dynamic variable for further use during test execution.

Syntax

Input Value: N/A

Argument
Description

N/A

Not Applicable

Output Value: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)

Argument
Description

<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)

Both dynamic variable stores the status as True or False.

Example: Performing a Double Click Action on a UI Element

In this example, we explain how to perform a double-click action on a captured UI element using the Double Click action.

  • Action: Double Click

  • Input Value: N/A

    • This action does not required any input value in the Input Value column. It performs a double click on the identified element during execution.

  • 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 double click action is performed successfully.

      • False: If the double click action is not performed successfully.

  • Logical Explanation: The Double Click action identifies the specified UI element and preform a double click during test execution. The result of this operation is True, which is stored in the {Status} variable.

Last updated

Was this helpful?