vtable_get_cell_center
Get the top-level viewport coordinates of a table cell's center, usable as precise click targets in automated interactions. Specify column by index or name, and row by data row number.
Instructions
读取单元格中心的【顶层视口坐标】viewportX/viewportY(经场景图 globalAABBBounds 精确计算,含 iframe 与容器偏移),可直接作为 click_interact(by="coordinate", coordinate_space="top") 的点击坐标。col_field 支持列索引或字段名/列标题,row_index 为纯数据行号(0 为第一行)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| col_field | Yes | ||
| row_index | Yes | ||
| iframe_selector | No | div[aria-hidden=false] iframe |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||