Double Click on Object
This is pre-built Action located under the @Custom Element Name. It instructs the Avo Assure Client to perform double-click operation on the Element which is specified in Input Value.
Syntax
Input: <Object Type>;<VisibleText(Optional)>;<index>; <abs(optional)>
For above syntax user needs to give specific Object type, visible text of the object (optional) along with element index of the object and abs.
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)

Usecase/Example

Scenario:
A user is testing the functionality of opening a file in a file explorer by double-clicking on a file. The Avo Assure should verify that when a file is double-clicked, the system opens the file and displays its contents.
Input
file;Example;1
Expected Result
This Action needs to perform Double click on the file.
Output
The "Double Click on object" Action successfully simulates the user action of double-clicking on the file. The file opens as expected, and the test passes.
Last updated
Was this helpful?