mouse1click().
Parameters
Returns
void
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
mousemoveabs(x: number, y: number): ()
mouse1click().
| Parameter | Type | Description |
|---|---|---|
x | number | Target x position, in pixels. |
y | number | Target y position, in pixels. |
void
mousemoveabs(500, 500)
mousemoveabs(100, 100) -- Moves cursor to top-left