vtable_analyze_headers
Inspect VTable header and cell interaction icons from the scene graph to obtain clickable coordinates, enabling click planning for sorting, filtering, row buttons, and links.
Instructions
【场景图驱动】分析 vtable 列头与单元格内的交互图标组件:header_icons 为表头行真实渲染的交互图标(排序/筛选/下拉/冻结等,含顶层视口坐标可直接点击);cell_icons 为已渲染 body 单元格内的交互图标组件(行内按钮/链接/checkbox/开关等,columns 配置中不存在、只能从场景图获取);capabilities 汇总 sortable/filterable/interactiveCell。用于规划列头点击与行内交互。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| iframe_selector | No | div[aria-hidden=false] iframe |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |