open_new_tab
Open a single real-browser tab in the background, preserving your logged-in session for automation. Use active=true only when the tab needs foreground interaction.
Instructions
Open one real-browser tab in the background by default with an operation_id-backed exactly-once create. Pass active=true only when foreground work is genuinely required. If the create ACK is lost, the same operation_id is reconciled within one total deadline; a completed result is registered only with its exact client_id, tab_id, and generation. Before create is dispatched, an unresolved probe returns status=unknown, may_have_created=false, retry_safe=true; after dispatch, an unresolved operation returns status=unknown, may_have_created=true, retry_safe=false and the operation_id. Never use a URL-based guess or an unmarked create retry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| active | No | ||
| timeout | No | ||
| owner_id | No | ||
| session_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||