ddbb43cd09
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
16 lines
279 B
Markdown
16 lines
279 B
Markdown
---
|
|
sidebar_label: launch
|
|
---
|
|
|
|
# launch variable
|
|
|
|
#### Signature:
|
|
|
|
```typescript
|
|
launch: (
|
|
options?:
|
|
| import('puppeteer-core/internal/puppeteer-core.js').PuppeteerLaunchOptions
|
|
| undefined
|
|
) => Promise<import('puppeteer-core/internal/puppeteer-core.js').Browser>;
|
|
```
|