PuppeteerNode.defaultArgs() method
Signature
class PuppeteerNode {
defaultArgs(options?: LaunchOptions): Promise<string[]>;
}
Parameters
Parameter | Type | Description |
|---|---|---|
options | (Optional) Set of configurable options to set on the browser. |
Returns:
Promise<string[]>
The default arguments that the browser will be launched with.