puppeteer/docs/api/puppeteer.productlauncher.md

32 lines
1.2 KiB
Markdown
Raw Normal View History

2022-07-05 13:41:43 +00:00
---
sidebar_label: ProductLauncher
---
# ProductLauncher class
2022-07-05 13:41:43 +00:00
Describes a launcher - a class that is able to create and launch a browser instance.
#### Signature:
2022-07-05 13:41:43 +00:00
```typescript
export declare class ProductLauncher
2022-07-05 13:41:43 +00:00
```
## Remarks
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the `ProductLauncher` class.
2022-07-05 13:41:43 +00:00
## Properties
| Property | Modifiers | Type | Description |
| -------- | --------------------- | --------------------------------- | ----------- |
| product | <code>readonly</code> | [Product](./puppeteer.product.md) | |
2022-07-05 13:41:43 +00:00
## Methods
| Method | Modifiers | Description |
| ------------------------------------------------------------------------ | --------- | ----------- |
| [defaultArgs(object)](./puppeteer.productlauncher.defaultargs.md) | | |
| [executablePath(channel)](./puppeteer.productlauncher.executablepath.md) | | |
| [launch(object)](./puppeteer.productlauncher.launch.md) | | |