browser_get_visible_text
Retrieve the visible text from the active browser page. Use this lighter alternative to aria snapshots for reading content or extracting page text, with optional character truncation.
Instructions
Get the visible text (document.body.innerText) of the active page. Lighter than a full aria snapshot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxLength | No | Truncate to this many chars. Default 100000. |