Assistive-Webdriver

Home > vm-providers > VM > sendMouseDownEvent

VM.sendMouseDownEvent() method

Sends a mousedown event to the virtual machine.

Signature:

sendMouseDownEvent(button: MouseButton): Promise<void>;

Parameters

Parameter Type Description
button MouseButton specifies which mouse button to press

Returns:

Promise<void>