browser_get_content
Extract HTML or text content from a webpage or targeted element using a CSS selector.
Instructions
Get the HTML or text content of a page or specific element
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | No | Tab ID (defaults to active tab) | |
| format | No | Content format (default: text) | |
| selector | No | CSS selector to get content of (defaults to body) |