vtable_get_cell_render_info
Retrieve a cell's scene graph render details—visual text, text/background/border colors, font size, and nodes—to verify display attributes like label colors and highlights.
Instructions
读取某个单元格的场景图渲染详情:视觉文本、文字颜色、单元格背景色、边框色、字体大小及文本/背景节点(detail="full" 时含全部节点)。col_field 支持列索引或字段名/列标题,row_index 为纯数据行号(0 为第一行)。用于断言单元格的展示样式(标签色、高亮等)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detail | No | basic | |
| col_field | Yes | ||
| row_index | Yes | ||
| iframe_selector | No | div[aria-hidden=false] iframe |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||