browser_get_text
Extract visible text content from a web page or a specific element using the active browser session. Use it to scrape page text or verify UI text.
Instructions
Read visible text from the page or one target.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | No | Stable page ID; defaults to the session active page | |
| target | No | Snapshot ref such as e12, aria-ref=e12, or a unique CSS selector | |
| sessionId | No | Optional session ID; defaults to this MCP client active session |