Setup
launch
Start browser with CDP enabled. Uses an isolated profile so your personal browser is never touched.
Usage
$ cdpilot launchExamples
Launch the default browser (Brave > Chrome > Chromium)
$ npx cdpilot launchLaunch a specific browser binary
$ CHROME_BIN=/usr/bin/google-chrome npx cdpilot launchLaunch on a custom CDP port
$ CDP_PORT=9333 npx cdpilot launch