2020-06-04 14:56:45 +00:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
2020-10-13 15:19:26 +00:00
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [PuppeteerNode](./puppeteer.puppeteernode.md) > [defaultArgs](./puppeteer.puppeteernode.defaultargs.md)
|
2020-06-04 14:56:45 +00:00
|
|
|
|
2020-10-13 15:19:26 +00:00
|
|
|
## PuppeteerNode.defaultArgs() method
|
2020-06-04 14:56:45 +00:00
|
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
2020-06-23 11:55:42 +00:00
|
|
|
defaultArgs(options?: ChromeArgOptions): string[];
|
2020-06-04 14:56:45 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
## Parameters
|
|
|
|
|
|
|
|
| Parameter | Type | Description |
|
|
|
|
| --- | --- | --- |
|
2020-07-02 11:15:39 +00:00
|
|
|
| options | [ChromeArgOptions](./puppeteer.chromeargoptions.md) | Set of configurable options to set on the browser. |
|
2020-06-04 14:56:45 +00:00
|
|
|
|
|
|
|
<b>Returns:</b>
|
|
|
|
|
|
|
|
string\[\]
|
|
|
|
|
2020-06-24 14:21:46 +00:00
|
|
|
The default flags that Chromium will be launched with.
|
|
|
|
|