Double Click
Last updated
Last updated
This is pre-built Action located under the @Custom Element Name. It instructs the Avo Assure Client to perform a double Click action on the object as specified in the input.
Input: <ObjectType>;<VisibleText(Optional)>;<index>
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
User is working on desktop application for a project management tool where users can interact with tasks in a task list. One of the key features involves opening a task to view or edit its details by double-clicking on it. Users need to perform double-click action on a specific task to ensure that the task's details page opens correctly. The Double Click Action needs to perform a double click on a specific task in the task list to open its details. For example, a task named "Prepare Presentation" should be opened when double-clicked.
listbox; Prepare Presentation;1
The Double Click Action needs to perform double click operation on the Listbox.
The Double Click Action performs double click operation on the Prepare Presentation listbox.