nex_browser_get_text
Read visible text from a web page or a specific target element in a browser session. Retrieve text content for inspection or automation using stable page IDs or CSS selectors.
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 |