browser_os_click
Click at specified screen coordinates using a real OS mouse event. Use for trusted clicks or native chrome automation on macOS.
Instructions
Click at absolute screen coordinates with a REAL OS mouse event. Prefer browser_click; use this only for trusted clicks or native chrome. macOS only; raw clicks need brew install cliclick.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| count | No | 2 = double-click. | |
| button | No |