desktop_click_target
Locate a UI element by visual description and click it automatically, returning coordinates and click result. Combines visual search and mouse click into one step for desktop automation.
Instructions
定位目标并点击一步完成:先视觉定位(多阶段精定位),再鼠标单击。返回定位坐标与点击结果。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | 要点击的目标描述 | |
| hold_ms | No | 按压时长(默认120) | |
| image_path | No | 截图路径(可选) |