browser_get_tab_content
Extract visible text content from web pages using CSS selectors to scope extraction to specific sections. Returns page title, URL, and text content for understanding page information without custom JavaScript.
Instructions
[Disabled] Extract the visible text content of a web page or a specific element. Returns the page title, current URL, and text content. Use the selector parameter to scope extraction to a specific section. Useful for understanding page content without writing custom JavaScript.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | Yes | Tab ID to extract content from | |
| selector | No | CSS selector to scope extraction — defaults to body | |
| maxLength | No | Maximum characters to return — defaults to 50000, increase for long pages |