Skip to main content
Version: Next

PuppeteerNode.defaultArgs() method

Signature:

class PuppeteerNode {
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.