mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
12 lines
189 B
Markdown
12 lines
189 B
Markdown
---
|
|
sidebar_label: launch
|
|
---
|
|
|
|
# launch variable
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
launch: (options?: import("./types.js").PuppeteerLaunchOptions) => Promise<import("./types.js").Browser>
|
|
```
|