browser_get_content
Retrieve the visible text, HTML, or Markdown content from the entire page or a specified element using a CSS selector.
Instructions
Get the text content or HTML of the current page or a specific element.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | No | CSS selector to get content from (default: full page) | |
| format | No | Output format (default: text) | text |
| maxLength | No | Truncate output to this many characters (default: 10000) |