Skip to main content

PuppeteerNode.defaultArgs() method

Signature:
defaultArgs(options?: BrowserLaunchArgumentOptions): string[];

Parameters

ParameterTypeDescription
optionsBrowserLaunchArgumentOptions(Optional) Set of configurable options to set on the browser.
Returns:

string[]

The default flags that Chromium will be launched with.