25 lines
689 B
Markdown
25 lines
689 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [PuppeteerNode](./puppeteer.puppeteernode.md) > [defaultArgs](./puppeteer.puppeteernode.defaultargs.md)
|
||
|
|
||
|
## PuppeteerNode.defaultArgs() method
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
defaultArgs(options?: BrowserLaunchArgumentOptions): string[];
|
||
|
```
|
||
|
|
||
|
## Parameters
|
||
|
|
||
|
| Parameter | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| options | [BrowserLaunchArgumentOptions](./puppeteer.browserlaunchargumentoptions.md) | Set of configurable options to set on the browser. |
|
||
|
|
||
|
<b>Returns:</b>
|
||
|
|
||
|
string\[\]
|
||
|
|
||
|
The default flags that Chromium will be launched with.
|
||
|
|