class PuppeteerNode {
defaultArgs(options?: LaunchOptions): string[];
}
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.