safari_read_page
Read page text content including title, URL, and body. Use CSS selector to extract specific elements and limit output length for efficient data retrieval.
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) |