Middle Click
middle_clickPerform a middle-click action on a specified UI element or screen coordinate. Use it to interact with bound elements or exact pixel positions in the macOS interface.
Instructions
Middle-click a bound element or frame coordinate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| app_ref | No | ||
| strategy | No | Prefer accessibility, require accessibility, or require event dispatch. | auto |
| modifiers | No | Comma or plus separated key modifiers. | |
| return_state | No | Optionally observe the target again after the action. | none |