safari_get_page_text
Extract the visible text from any webpage open in Safari. Use it to read article content, scrape data, or analyze page text without HTML markup.
Instructions
Return the visible text content of the current page (innerText).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | No | Tab ID — omit to use the active tab | |
| profile | No | Safari profile name (e.g. "Perso", "Pro"). Omit to use the first connected profile. |