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