safari_native_click
Perform an OS-level mouse click that generates trusted events to bypass WAF and bot detection, solving 405/403 errors and blocked form submissions.
Instructions
OS-level mouse click via macOS CGEvent — produces isTrusted: true events that pass WAF/bot detection (G2, Cloudflare, etc.). Use when regular safari_click fails with 405/403 errors or form submissions are blocked. Trade-off: physically moves the mouse cursor and requires Safari window to be visible. Use ref (from snapshot), selector, text, or x/y. When using ref, always take a FRESH safari_snapshot first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | Viewport X coordinate | |
| y | No | Viewport Y coordinate | |
| ref | No | Ref ID from safari_snapshot (e.g. '0_5') | |
| text | No | Visible text to find and click | |
| selector | No | CSS selector | |
| doubleClick | No | Double-click instead of single click |