Back to Docs
Tabs & Sessions

new-tab

Open a new browser tab.

Usage

$ cdpilot new-tab [<url>]

Arguments

NameRequiredDescription
urloptionalURL to open. Defaults to about:blank.

Examples

Open a new tab at a URL

$ npx cdpilot new-tab https://example.com

Open a blank new tab

$ npx cdpilot new-tab