23 lines
550 B
Markdown
23 lines
550 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [ProductLauncher](./puppeteer.productlauncher.md) > [launch](./puppeteer.productlauncher.launch.md)
|
|
|
|
## ProductLauncher.launch() method
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
launch(object: PuppeteerNodeLaunchOptions): any;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| object | [PuppeteerNodeLaunchOptions](./puppeteer.puppeteernodelaunchoptions.md) | |
|
|
|
|
<b>Returns:</b>
|
|
|
|
any
|
|
|