mouse_replay
Replays recorded mouse paths from mouse_record to mimic human behavior, with adjustable speed setting.
Instructions
⭐ Replay a recorded mouse path (from mouse_record).
Args:
path_json: JSON array of {t, x, y} from mouse_record
speed: 1.0 = original speed, 2.0 = 2x faster, 0.5 = slower
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path_json | Yes | ||
| speed | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |