browser_read_text
Extract visible text from a web page element without HTML markup. Use a CSS selector to target specific content and max_chars to control truncation.
Instructions
The visible text of an element, with the markup gone.
The cheapest way to read a page. Narrow the selector when you know where the answer is; use browser_read_html instead when the structure matters, or browser_snapshot when you need something to click.
Long text is cut at max_chars (6000 by default) and the cut is marked in what comes back, so text that ends without that marker is the whole thing.
browser is main unless you say support, and they share nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| browser | No | ||
| selector | No | body | |
| max_chars | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |