puppeteer/docs/api/puppeteer.productlauncher.defaultargs.md

24 lines
576 B
Markdown
Raw Normal View History

2022-07-05 13:41:43 +00:00
---
sidebar_label: ProductLauncher.defaultArgs
---
# ProductLauncher.defaultArgs() method
#### Signature:
2022-07-05 13:41:43 +00:00
```typescript
class ProductLauncher {
2022-07-05 13:41:43 +00:00
defaultArgs(object: BrowserLaunchArgumentOptions): string[];
}
```
## Parameters
| Parameter | Type | Description |
| --------- | --------------------------------------------------------------------------- | ----------- |
| object | [BrowserLaunchArgumentOptions](./puppeteer.browserlaunchargumentoptions.md) | |
**Returns:**
string\[\]