browser_extract
Extract text from web pages by providing a CSS selector for targeted elements or omit the selector to retrieve the entire page text.
Instructions
Read text content from the page. With selector: returns innerText of matching elements. Without: full page text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| selector | No | CSS selector. Omit for whole-page text. |