get_table_data
Extract tabular data from any HTML table using CSS or XPath selectors, returning a formatted text grid for further analysis or test assertions.
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 |