Lupa API Reference / commands / MouseDblClickOptions
Interface: MouseDblClickOptions
Defined in: src/commands/mouse.ts:57
Options for double-clicking a mouse button.
Properties
button?
optionalbutton?:"right"|"left"|"middle"
Defined in: src/commands/mouse.ts:61
The button to click. Defaults to left.
delay?
optionaldelay?:number
Defined in: src/commands/mouse.ts:66
Time to wait between mousedown and mouseup in milliseconds. Defaults to 0.