Skip to main content
Version: Next

BrowserLaunchArgumentOptions interface

Launcher options that only apply to Chrome.

Signature:

export interface BrowserLaunchArgumentOptions

Properties

PropertyModifiersTypeDescriptionDefault
argsoptionalstring[]Additional command line arguments to pass to the browser instance.
debuggingPortoptionalnumberSpecify the debugging port number to use
devtoolsoptionalbooleanWhether to auto-open a DevTools panel for each tab. If this is set to true, then headless will be forced to false.false
headlessoptionalboolean | 'new'Whether to run the browser in headless mode.true
userDataDiroptionalstringPath to a user data directory. see the Chromium docs for more info.