new_page
Open a new browser tab and load a specified URL. Supports background loading, isolated contexts for separate cookies/storage, and configurable timeout.
Instructions
Open a new tab and load a URL. Use project URL if not specified otherwise.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to load in a new page. | |
| background | No | Whether to open the page in the background without bringing it to the front. Default is false (foreground). | |
| isolatedContext | No | If specified, the page is created in an isolated browser context with the given name. Pages in the same browser context share cookies and storage. Pages in different browser contexts are fully isolated. | |
| timeout | No | Maximum wait time in milliseconds. If set to 0, the default timeout will be used. |