get_table_data
Extract table data from any HTML using CSS or XPath selectors. Returns a formatted text grid for easy parsing, with configurable timeout.
Instructions
Extract data from an HTML table as a formatted text grid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | No | css | |
| timeout | No | ||
| selector | Yes | CSS/XPath selector for the <table> element |