right_click
Right-click at specified coordinates in screenshot space. Use background flag to deliver click to native app processes without bringing window to foreground.
Instructions
Right-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. |