Simulates a mouse click at the specified coordinates.
The mouse button to click. See MouseButton for details.
MouseButton
The X coordinate to click at.
The Y coordinate to click at.
The number of times to click.
The speed of the click (1 is fast, 100 is slow).
import { MouseClick } from '@ahmic/autoit-js';MouseClick('left', 150, 150, 2, 10); Copy
import { MouseClick } from '@ahmic/autoit-js';MouseClick('left', 150, 150, 2, 10);
https://www.autoitscript.com/autoit3/docs/functions/MouseClick.htm
Simulates a mouse click at the specified coordinates.