Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 626 Bytes

puppeteer.puppeteer.defaultargs.md

File metadata and controls

24 lines (14 loc) · 626 Bytes

Home > puppeteer > Puppeteer > defaultArgs

Puppeteer.defaultArgs() method

Signature:

defaultArgs(options?: ChromeArgOptions): string[];

Parameters

Parameter Type Description
options ChromeArgOptions Set of configurable options to set on the browser.

Returns:

string[]

The default flags that Chromium will be launched with.