vtable_scan_columns
Scan all VTable columns to get titles, cell behavior types, and header icon viewport coordinates for direct click interaction without offset.
Instructions
【推荐】扫描 VTable 全部列(含多级表头):返回每列标题、body 行为分类(checkbox/button/文本等),以及【表头图标的顶层视口坐标 viewportX/viewportY】(经场景图 scenegraph 精确计算)。坐标可直接传给 click_interact(by="coordinate", coordinate_space="top") 点击,无需叠加偏移。用于规划列头点击(排序/筛选/下拉图标)与列交互。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_col | No | ||
| iframe_selector | No | div[aria-hidden=false] iframe |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |