mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
28 lines
1.1 KiB
Markdown
28 lines
1.1 KiB
Markdown
---
|
|
sidebar_label: ProductLauncher
|
|
---
|
|
|
|
# ProductLauncher interface
|
|
|
|
Describes a launcher - a class that is able to create and launch a browser instance.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
export interface ProductLauncher
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Modifiers | Type | Description |
|
|
| --------------------------------------------------------------- | --------- | --------------------------------- | ----------- |
|
|
| [executablePath](./puppeteer.productlauncher.executablepath.md) | | (path?: any) => string | |
|
|
| [product](./puppeteer.productlauncher.product.md) | | [Product](./puppeteer.product.md) | |
|
|
|
|
## Methods
|
|
|
|
| Method | Description |
|
|
| ----------------------------------------------------------------- | ----------- |
|
|
| [defaultArgs(object)](./puppeteer.productlauncher.defaultargs.md) | |
|
|
| [launch(object)](./puppeteer.productlauncher.launch.md) | |
|