Double Click on Object
Last updated
Was this helpful?
Last updated
Was this helpful?
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.
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.
Note: if for last argument abs is defined then the Action must be executed with absolute preformation with the specified visible text in the input.
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
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.
file;Example;1
This Action needs to perform Double click on the file.
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.