Close named page
dev_browser_close_pageClose a named page to free browser resources and end its session. Use this tool to remove a specific page by its identifier.
Instructions
Close and unregister a named page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Named page to close. | |
| 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. |