Skip to main content
Version: Next

PuppeteerNode.defaultArgs() method

Signature

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

Parameters

Parameter

Type

Description

options

LaunchOptions

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

Returns:

string[]

The default arguments that the browser will be launched with.