mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
8d026042db
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
784 B
784 B
sidebar_label |
---|
PuppeteerNode.defaultArgs |
PuppeteerNode.defaultArgs() method
Signature:
class PuppeteerNode {
defaultArgs(options?: BrowserLaunchArgumentOptions): string[];
}
Parameters
Parameter | Type | Description |
---|---|---|
options | BrowserLaunchArgumentOptions | (Optional) Set of configurable options to set on the browser. |
Returns:
string[]
The default flags that Chromium will be launched with.