Skip to main content
Version: Next

PuppeteerNode.defaultArgs() method

Signature

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

Parameters

Parameter

Type

Description

options

LaunchOptions

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

Returns:

Promise<string[]>

The default arguments that the browser will be launched with.