get_page_text
Extract rendered text from a webpage to verify copy, hierarchy, and content loading. Use a CSS selector to scope the extraction or truncate output as needed.
Instructions
Read the rendered text of the page, to check copy, hierarchy, and that content actually loaded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | No | CSS selector to scope to. | |
| max_chars | No | Truncate at this many characters. |