safari_native_click
Perform OS-level mouse clicks in Safari to bypass bot detection when standard automation fails. This tool generates trusted events that pass WAF and security checks, useful for overcoming 405/403 errors or 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 |
|---|---|---|---|
| ref | No | Ref ID from safari_snapshot (e.g. '0_5') | |
| selector | No | CSS selector | |
| text | No | Visible text to find and click | |
| x | No | Viewport X coordinate | |
| y | No | Viewport Y coordinate | |
| doubleClick | No | Double-click instead of single click |