safari_open
Opens a specified URL in the real logged-in Safari session, supporting new tabs and waiting for page load so the returned title is accurate.
Instructions
Navigate Safari to a URL. Reuses the real, already-logged-in Safari session (cookies, extensions, everything) rather than a separate automation profile. With new_tab=True opens a new tab; otherwise navigates the frontmost window's current tab in place. Waits for the page to finish loading by default so the returned title is accurate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| new_tab | No | ||
| wait_for_load | No |