browser_read
Extract content from web pages including text, HTML, titles, URLs, or specific elements using CSS selectors for desktop automation workflows.
Instructions
Read content from the current page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | What to read: text (visible text), html (innerHTML), title, url, or element (specific element text) | |
| selector | No | CSS selector (required for mode 'element', optional for 'text'/'html' to scope) |