mouse_record
Record real mouse movements from a web page to replay as human-like behavior for bypassing detection. Returns a JSON array of timed coordinates.
Instructions
⭐ Record real mouse movements from the page for later replay.
Injects a listener that captures mousemove events during duration. Move
your mouse naturally in the Chrome window while this runs. The recorded
path can then be played back via mouse_replay() — highest-stealth
behavioral pattern (indistinguishable from human).
Returns: JSON array of {t, x, y} events.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| duration_seconds | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |