Move Pointer to Coordinates
page_pointer_moveMoves the viewport pointer to exact CSS pixel coordinates using a direct move or a bounded natural trajectory, without pressing any button.
Instructions
Move the viewport pointer to exact CSS pixel coordinates without pressing a button, using either one direct move or a bounded natural trajectory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | Viewport X coordinate in CSS pixels | |
| y | Yes | Viewport Y coordinate in CSS pixels | |
| element | No | Human-readable element or interaction description | |
| profile | No | Movement profile: direct emits one exact move; natural emits a deterministic 24-step eased cubic Bezier path with bounded 8-14ms intervals and an exact endpoint | direct |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||