ui_click
Click a UI control via CSS, ARIA role/name, XPath, text/placeholder, or fallback coordinates, then return the resulting Portal, hints, and focus overlays.
Instructions
统一点击页面控件,并即时返回 Portal、提示和聚焦浮层。
可同时传多个来自分析结果的候选定位;执行顺序固定为 CSS → AX role/name (可带 description) → XPath → text/placeholder → 顶层视口绝对坐标。坐标仅作为 最终回退,且传 analysis_id 时会拒绝陈旧的 VTable 分析坐标。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | ||
| y | No | ||
| css | No | ||
| name | No | ||
| role | No | ||
| text | No | ||
| frame | No | ||
| xpath | No | ||
| settle_ms | No | ||
| timeout_ms | No | ||
| analysis_id | No | ||
| description | No | ||
| max_results | No | ||
| placeholder | No | ||
| expect_input | No | ||
| observe_after | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||