Skip to main content

Overview

The doubleClick() method does a double-click action on an element. You can call it on an Element instance. Or you can use it with a selector.

Syntax

Parameters

When called on an Element, no parameters are required. When called directly on the AI client:

Returns

It returns a Promise<void>. The promise resolves when the double-click action completes.

Examples

Double-Click on Found Element

Direct Double-Click with Selector

Opening Files in VS Code

Opening Folders in File Manager

Selecting Text with Double-Click