Skip to main content

Overview

The doubleClick() method performs a double-click action on an element. You can either call it on an Element instance or use it directly with a selector.

Syntax

Parameters

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

Returns

Returns a Promise<void> that 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