navvi_click
Simulate a click at precise screen coordinates (x, y) via OS-level input. Use with navvi_find coordinates for accurate, chrome-aware positioning.
Instructions
Click at (x, y) screen coordinates using OS-level xdotool input (isTrusted: true). IMPORTANT: Use navvi_find to get coordinates -- it returns screen-ready (x, y) values. Do NOT use raw JS getBoundingClientRect() -- those are viewport coords that miss the browser chrome offset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| persona | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |