mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
22 lines
785 B
Markdown
22 lines
785 B
Markdown
|
---
|
||
|
sidebar_label: defaultArgs
|
||
|
---
|
||
|
|
||
|
# defaultArgs() function
|
||
|
|
||
|
#### Signature:
|
||
|
|
||
|
```typescript
|
||
|
defaultArgs: (options?: import("puppeteer-core/internal/puppeteer-core.js").BrowserLaunchArgumentOptions | undefined) => string[]
|
||
|
```
|
||
|
|
||
|
## Parameters
|
||
|
|
||
|
| Parameter | Type | Description |
|
||
|
| --------- | -------------------------------------------------------------------------------------------------------------------------------------------- | ------------ |
|
||
|
| options | import("puppeteer-core/internal/puppeteer-core.js").[BrowserLaunchArgumentOptions](./puppeteer.browserlaunchargumentoptions.md) \| undefined | _(Optional)_ |
|
||
|
|
||
|
**Returns:**
|
||
|
|
||
|
string\[\]
|