Open URL in Google Account
gv_open_urlOpens any URL in the active Google account's browser. Auto-authenticates on Google SSO sites and sets the page for further actions.
Instructions
Open a URL in the active account's browser.
Works for ANY website — including third-party sites that use Google Sign-In (they'll auto-SSO using the account's session). The page becomes the "current" page that google_get_page_content / google_click_element operate on.
Args: url: Absolute URL to navigate to. wait_until: "load" | "domcontentloaded" | "networkidle" (default domcontentloaded).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| wait_until | No | domcontentloaded |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |