click_interact
Perform clicks by CSS, XPath, role, or coordinates with iframe support. Returns visual effects and observations including popups, navigation changes, and summaries.
Instructions
统一点击工具:by=css/xpath 传 selector(支持 iframe_selector 链式穿透),by=role 传 role+name(get_by_role 语义定位,适合 Portal 弹层),by=coordinate 传 x/y(coordinate_space=top 为顶层视口坐标,可点 VTable 内部)。click_type=single/double;detail=brief/full 控制观察输出体积。visualize 三态(None=跟随配置,默认关)。返回 visual_effects + observation(dynamic_layers/new_layers 浮层弹窗消息 + summary 摘要 + focus 域隔离 + navigation 的 URL/iframe 跳转对比)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | ||
| y | No | ||
| by | No | css | |
| name | No | ||
| role | No | ||
| detail | No | brief | |
| selector | No | ||
| visualize | No | ||
| click_type | No | single | |
| description | No | ||
| expected_result | No | ||
| iframe_selector | No | ||
| coordinate_space | No | top |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||