open_new_tab
Open a new browser tab and optionally navigate to a specified URL. The new tab becomes active immediately.
Instructions
Open a new browser tab and optionally navigate to a URL.
Purpose
Creates a new tab within the current browser session. The newly opened tab becomes the active tab.
Parameters
session_id : str Active browser session identifier. url : str, optional URL to open in the new tab. If not provided, a blank tab is opened.
Returns
dict { "session_id": str, "status": str, "message": str }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| session_id | Yes |