browser_read_page
Extract page content as text or HTML, or target a specific element with CSS selectors.
Instructions
Read the content of the current page or a specific element. Format: 'text' (default), 'html'. Selector: Optional CSS selector to read a specific element. Returns page state with content field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | text | |
| selector | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |