Assistive-Webdriver

Home > vm-providers > VM > sendMouseMoveEvent

VM.sendMouseMoveEvent() method

Sends an absolute mousemove event to the virtual machine.

Signature:

sendMouseMoveEvent(position: ScreenPosition): Promise<void>;

Parameters

Parameter Type Description
position ScreenPosition specifies the new coordinates of the mouse in the screen

Returns:

Promise<void>