Tabs & Sessions
new-tab
Open a new browser tab.
Usage
$ cdpilot new-tab [<url>]Arguments
| Name | Required | Description |
|---|---|---|
url | optional | URL to open. Defaults to about:blank. |
Examples
Open a new tab at a URL
$ npx cdpilot new-tab https://example.comOpen a blank new tab
$ npx cdpilot new-tab