2022-07-05 13:41:43 +00:00
|
|
|
---
|
|
|
|
sidebar_label: ProductLauncher.defaultArgs
|
|
|
|
---
|
|
|
|
|
|
|
|
# ProductLauncher.defaultArgs() method
|
|
|
|
|
2022-10-24 07:07:05 +00:00
|
|
|
#### Signature:
|
2022-07-05 13:41:43 +00:00
|
|
|
|
|
|
|
```typescript
|
2022-10-21 13:09:21 +00:00
|
|
|
class ProductLauncher {
|
2023-11-08 18:36:56 +00:00
|
|
|
abstract defaultArgs(object: BrowserLaunchArgumentOptions): string[];
|
2022-07-05 13:41:43 +00:00
|
|
|
}
|
|
|
|
```
|
|
|
|
|
|
|
|
## Parameters
|
|
|
|
|
|
|
|
| Parameter | Type | Description |
|
|
|
|
| --------- | --------------------------------------------------------------------------- | ----------- |
|
|
|
|
| object | [BrowserLaunchArgumentOptions](./puppeteer.browserlaunchargumentoptions.md) | |
|
|
|
|
|
|
|
|
**Returns:**
|
|
|
|
|
|
|
|
string\[\]
|