Skip to content

Lupa API Reference / commands / MouseDblClickOptions

Interface: MouseDblClickOptions

Defined in: src/commands/mouse.ts:57

Options for double-clicking a mouse button.

Properties

button?

optional button?: "right" | "left" | "middle"

Defined in: src/commands/mouse.ts:61

The button to click. Defaults to left.


delay?

optional delay?: number

Defined in: src/commands/mouse.ts:66

Time to wait between mousedown and mouseup in milliseconds. Defaults to 0.