Double Click

This is a pre-built Action located under the Captured Button Element, instructs Avo Assure to perform a double-click action on the specified button element and save the result in the dynamic variable.

Syntax

Input Value: N/A

Argument
Description

N/A

Not Applicable

Output Value:

Argument
Description

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

The dynamic variable holds the status as True or False.

Example

Performs a double-click action on the specified UI element.

The Double Click action does not take any value in the Input Value column. It performs a double-click on the identified element during execution. The result of the operation is stored in the {DoubleClick} variable, with the following possible values:

  • True – If the double-click action is performed successfully.

  • False – If the double click action fails or an error occurs.

Last updated

Was this helpful?