SendMouseMoveEvent
browser.sendMouseMoveEvent(x, y) (Client-Side)
Client-side function to simulate mouse movement within a browser.
Usage:
// Example: Simulating mouse movement to (500, 400).
browser.sendMouseMoveEvent(500, 400);
Description:
Simulates mouse movement at the specified coordinates within the browser.
Parameters:
x: X-coordinate of the mouse movement.y: Y-coordinate of the mouse movement.