new_page
Open a new browser tab to load a URL, with optional background mode, timeout, and isolated contexts for clean-slate testing of cookies and authentication.
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. | |
| timeout | No | Maximum wait time in milliseconds. If set to 0, the default timeout will be used. | |
| 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 (useful for clean-slate testing of cookies and authentication). |