browser_get_content
Extract visible text or raw HTML from any webpage. Use optional CSS selectors to scope extraction to specific elements.
Instructions
Extract text content or HTML from the page. Useful for reading what is currently displayed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | "text" for visible text, "html" for raw HTML (default: "text") | |
| selector | No | CSS selector to scope extraction (defaults to full page) |