2020-07-02 11:15:39 +00:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [ProductLauncher](./puppeteer.productlauncher.md)
|
|
|
|
|
|
|
|
## ProductLauncher interface
|
|
|
|
|
|
|
|
Describes a launcher - a class that is able to create and launch a browser instance.
|
|
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
export interface ProductLauncher
|
|
|
|
```
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
|
|
|
| Property | Type | Description |
|
|
|
|
| --- | --- | --- |
|
|
|
|
| [executablePath](./puppeteer.productlauncher.executablepath.md) | () => string | |
|
2020-10-12 09:08:57 +00:00
|
|
|
| [product](./puppeteer.productlauncher.product.md) | [Product](./puppeteer.product.md) | |
|
2020-07-02 11:15:39 +00:00
|
|
|
|
|
|
|
## Methods
|
|
|
|
|
|
|
|
| Method | Description |
|
|
|
|
| --- | --- |
|
|
|
|
| [defaultArgs(object)](./puppeteer.productlauncher.defaultargs.md) | |
|
|
|
|
| [launch(object)](./puppeteer.productlauncher.launch.md) | |
|
|
|
|
|