mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
29 lines
838 B
Markdown
29 lines
838 B
Markdown
<!-- 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?: 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) | |
|
|
|