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>;
|
||
|
```
|