mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
b4176029d9
* chore: update dependencies
13 lines
192 B
Markdown
13 lines
192 B
Markdown
---
|
|
sidebar_label: launch
|
|
---
|
|
|
|
# launch variable
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
launch: (options?: import('./types.js').PuppeteerLaunchOptions) =>
|
|
Promise<import('./types.js').Browser>;
|
|
```
|