Double Click on Object

This pre-built Action is located under the @Custom Element. The functionality of this action in Avo Assure to perform a double-click operation on the element specified in the Input Value, and save the result in dynamic variable.

Syntax

Input Value:<Object Type>;<VisibleText(Optional)>;<index>;<abs(optional)>

Argument
Description

<Object Type> (Required)

Specific type of object to be double-clicked.

<VisibleText> (Optional)

The visible text associated with the object.

<index> (Required)

Provide the position of the element, which helps to identify the value based on the sequence in list . (starting from 0)​

<abs> (Optional)

If the abs is provided, the action is performed with absolute identification using the absolute X path

Output Value

Argument
Description

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

This dynamic variable holds the result as True or False

Example

Performs a click action on the specified object using the provided identification details

The Double Click on Object action takes the value from the Input Value column (e.g., button;;0) and performs a click operation on the matching object based on the object type, visible text, index and abs. The result of the click operation is stored in the {Click} variable as True or False.

Example 2

Performs a double click action using optional parameter

The Double Click on Object action takes the value from the Input Value column (e.g., button;Double Click Me;0;//*[@id="doubleClickBtn"]) and performs a click operation on the matching object based on the object type, visible text, index and abs. The result of the click operation is stored in the {Click} variable as True or False.

Last updated

Was this helpful?