Open named page
dev_browser_page_openOpen or reconnect to a named browser page (or tab by targetId) and retrieve its current URL and title for structured web automation.
Instructions
Get or create a named page (or attach to a tab by targetId from list_pages) and return url/title.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Page name, or a targetId from list_pages. | |
| browser | No | Named daemon-managed browser instance. Default: DEV_BROWSER_BROWSER or 'default'. | |
| connect | No | Attach to a running Chrome instance. true/auto-discover, or a CDP URL like http://localhost:9222. | |
| headless | No | Launch daemon Chromium without a window. | |
| timeoutSeconds | No | Script execution timeout in seconds. Default: 30. | |
| ignoreHttpsErrors | No | Ignore HTTPS certificate errors for daemon-launched Chromium. |