puppeteer/docs/api/puppeteer.launch.md

11 lines
198 B
Markdown
Raw Normal View History

---
sidebar_label: launch
---
# launch variable
**Signature:**
```typescript
launch: (options?: import("./types.js").PuppeteerLaunchOptions) => Promise<import("./types.js").Browser>
```