new_page
Open a new browser tab and load a specified URL, with options for background loading and timeout control.
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). | |
| timeout | No | Maximum wait time in milliseconds. If set to 0, the default timeout will be used. |