safari_read_page
Extract text content from web pages including titles, URLs, and body text for reading articles or specific page elements using CSS selectors.
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) |