Skip to main content
Version: 22.6.5

PuppeteerNode.defaultArgs() method

Signature:

class PuppeteerNode {
defaultArgs(options?: BrowserLaunchArgumentOptions): string[];
}

Parameters

Parameter

Type

Description

options

BrowserLaunchArgumentOptions

(Optional) Set of configurable options to set on the browser.

Returns:

string[]

The default flags that Chromium will be launched with.