click_target
Click a UI element by its observed target ID on a remote Windows desktop, supporting left, right, middle, or double-click.
Instructions
Left/right/middle-click a UIA target by id from the latest observe (uses native center coords). Prefer over click_xy. Side effect: real mouse click on the remote Windows desktop. Do not reuse target_id after the screen may have changed — re-observe first. For click→type→keys sequences, use send_actions (one turn) instead of chaining this tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| button | No | Mouse button (default left) | |
| double | No | If true, double-click (two clicks) | |
| target_id | Yes | Target id from the most recent observe (e.g. uia-… ) | |
| session_id | Yes | Active session id |