vtable_drop_files
Drop server-local files into a specific VTable cell accurately using row/column coordinates, with optional clipboard data.
Instructions
把服务端本地文件拖放到指定 VTable 单元格(Playwright 1.60 Locator.drop)。
落点由 VTable getCellRelativeRect 换算成 .vtable 容器相对坐标,精确命中目标格。 files 为服务端文件路径列表(如 data/demo.xlsx);data 可附带剪贴板式键值。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| col | Yes | ||
| row | Yes | ||
| data | No | ||
| files | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||