double_click
Perform a double-click at specified (x, y) coordinates on the macOS desktop, enabling precise interaction with UI elements.
Instructions
Double-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. |