Double Click

The ‘Double Click’ is pre-built Action located under the captured element. It instructs the Avo Assure client to Perform double-click on the specific element to activate its assigned action.

Syntax

Input: N/A Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)

Usecase/Example

Scenario

Consider a scenario where you are testing a bank application and user wants to login with their user ID and password. Using the "Double Click" action, the user will start the login process. After performing double-click on the Log In element, the application should verify that the credentials have been entered.

Expected Result

This action needs to perform the double click on log In element and store the result in output variable as true.

Output

The action performed double click on Log In element and store the status in {Status} output variable as True.

Last updated

Was this helpful?