browser_extract_text
Extract text from the current page or specific elements via CSS selectors to enable structured data extraction and content analysis without screenshots.
Instructions
Extract text content from the current page or specific elements using CSS selectors
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | No | CSS selector to target specific elements (optional, extracts all text if not provided) | |
| includeHidden | No | Include text from hidden elements |