2022-10-05 14:51:59 +00:00
|
|
|
---
|
|
|
|
sidebar_label: launch
|
|
|
|
---
|
|
|
|
|
|
|
|
# launch variable
|
|
|
|
|
2022-10-24 14:31:12 +00:00
|
|
|
#### Signature:
|
2022-10-05 14:51:59 +00:00
|
|
|
|
|
|
|
```typescript
|
|
|
|
launch: (
|
|
|
|
options?:
|
|
|
|
| import('puppeteer-core/internal/node/PuppeteerNode.js').PuppeteerLaunchOptions
|
|
|
|
| undefined
|
2022-10-21 13:52:43 +00:00
|
|
|
) => Promise<import('./types.js').Browser>;
|
2022-10-05 14:51:59 +00:00
|
|
|
```
|