Click Coordinates
page_click_xyClick at exact viewport coordinates using direct or natural cursor paths, with optional delay before pressing the mouse button.
Instructions
Move the viewport pointer to exact CSS pixel coordinates using a direct or bounded natural trajectory, optionally wait for an explicit delay, then press and release one mouse button.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | Viewport X coordinate in CSS pixels | |
| y | Yes | Viewport Y coordinate in CSS pixels | |
| button | No | Mouse button to press and release | left |
| 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 |
| delay_before_press_ms | No | Optional delay after pointer arrival and before mousePressed. This is timing control, not target-stability detection; moving targets require a fresh screenshot or selector-first action. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||