mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: remove docusaurus metadata from README.md (#8624)
This commit is contained in:
@@ -1,23 +1,21 @@
|
||||
---
|
||||
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\[\]
|
||||
---
|
||||
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\[\]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user