mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
45 lines
513 B
Markdown
45 lines
513 B
Markdown
|
---
|
||
|
sidebar_label: ProductLauncher.defaultArgs
|
||
|
---
|
||
|
|
||
|
# ProductLauncher.defaultArgs() method
|
||
|
|
||
|
#### Signature:
|
||
|
|
||
|
```typescript
|
||
|
class ProductLauncher {
|
||
|
abstract defaultArgs(object: BrowserLaunchArgumentOptions): string[];
|
||
|
}
|
||
|
```
|
||
|
|
||
|
## Parameters
|
||
|
|
||
|
<table><thead><tr><th>
|
||
|
|
||
|
Parameter
|
||
|
|
||
|
</th><th>
|
||
|
|
||
|
Type
|
||
|
|
||
|
</th><th>
|
||
|
|
||
|
Description
|
||
|
|
||
|
</th></tr></thead>
|
||
|
<tbody><tr><td>
|
||
|
|
||
|
object
|
||
|
|
||
|
</td><td>
|
||
|
|
||
|
[BrowserLaunchArgumentOptions](./puppeteer.browserlaunchargumentoptions.md)
|
||
|
|
||
|
</td><td>
|
||
|
|
||
|
</td></tr>
|
||
|
</tbody></table>
|
||
|
**Returns:**
|
||
|
|
||
|
string\[\]
|