List pages
dev_browser_list_pagesList all open browser tabs and named pages, returning their URLs, titles, and identifiers for session management.
Instructions
List named pages and open browser tabs: [{id, url, title, name}].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. |