puppeteer/docs/api/puppeteer.productlauncher.defaultargs.md
2022-07-05 15:41:43 +02:00

24 lines
579 B
Markdown

---
sidebar_label: ProductLauncher.defaultArgs
---
# ProductLauncher.defaultArgs() method
**Signature:**
```typescript
interface ProductLauncher {
defaultArgs(object: BrowserLaunchArgumentOptions): string[];
}
```
## Parameters
| Parameter | Type | Description |
| --------- | --------------------------------------------------------------------------- | ----------- |
| object | [BrowserLaunchArgumentOptions](./puppeteer.browserlaunchargumentoptions.md) | |
**Returns:**
string\[\]