safari_navigate
Navigate the active Safari tab to a specified URL, wait for the page to load, and retrieve the resulting title and URL. Use a tab receipt to target a specific tab and receive an updated receipt if the origin changes.
Instructions
Navigate this session's tab to a URL (pass receipt to pin the tab). Waits for the page to load. Returns {title, url} — plus a fresh receipt when the origin changed; use that one from then on.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to navigate to | |
| receipt | No | Tab receipt from safari_new_tab — pins this call to that tab (survives reconnects/subagents) |