left_click
Perform a left mouse click at specified (x, y) coordinates on the macOS desktop, supporting foreground and background execution.
Instructions
Left-click at the given (x, y) coordinates (in screenshot space).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| background | No | Deliver in the background to the captured window's process (native apps only; browsers/Electron ignore it). Default false = foreground. |