safari_read_page
Read page text content from Safari. Use a CSS selector to target specific elements and maxLength to limit character output.
Instructions
Read page text content (title, URL, body text). Use for reading article text or page content. For interacting with elements, prefer safari_snapshot (gives ref IDs). Use selector to read specific element. Use maxLength to limit output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | No | CSS selector to read specific element | |
| maxLength | No | Max chars to return (default: 50000) |