live_new_tab
Opens a new browser tab, sets it as the active target for subsequent live automation calls, and optionally navigates to a specified URL.
Instructions
Opens a new browser tab and immediately pins it as the target for every other live_* call (same as live_switch_tab right after). Optionally navigate it straight to url.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| project | No | Path to the project root (same folder the side panel connects to). Defaults to the EASYSPEC_PROJECT environment variable if omitted. | |
| session | No | Which connected side panel to target, by its connection id (see live_status) -- only needed when more than one side panel is connected to the same project. |