PuppeteerNode.defaultArgs() method

Signature

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

Parameters

Parameter Type Description
options [LaunchOptions](./puppeteer.launchoptions.md) _(Optional)_ Set of configurable options to set on the browser.

Returns:

string\[\]

The default arguments that the browser will be launched with.