double_click_at
Double-click at specified screen coordinates (x, y) on macOS. Optionally returns a screenshot after the action; disable for faster responses. Use to automate double-click interactions.
Instructions
Double-click at x,y screen coordinates. Returns a screenshot by default (disable with return_screenshot=false). 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 double-clicking (default true). Set false for faster/smaller responses. |