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

24 lines
585 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 {
abstract defaultArgs(object: BrowserLaunchArgumentOptions): string[];
2022-07-05 13:41:43 +00:00
}
```
## Parameters
| Parameter | Type | Description |
| --------- | --------------------------------------------------------------------------- | ----------- |
| object | [BrowserLaunchArgumentOptions](./puppeteer.browserlaunchargumentoptions.md) | |
**Returns:**
string\[\]