click_at
Click at specified screen coordinates to interact with UI elements on macOS. Optionally returns a screenshot; set return_screenshot=false for faster execution.
Instructions
Click at x,y screen coordinates. Returns a screenshot by default (disable with return_screenshot=false). Use screenshot + screen_ocr to find coordinates first. Prefer batch_actions when combining with other actions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate | |
| y | Yes | Y coordinate | |
| return_screenshot | No | Return a screenshot after clicking (default true). Set false for faster/smaller responses. |