2022-07-05 13:41:43 +00:00
|
|
|
---
|
|
|
|
sidebar_label: launch
|
|
|
|
---
|
|
|
|
|
|
|
|
# launch variable
|
|
|
|
|
|
|
|
**Signature:**
|
|
|
|
|
|
|
|
```typescript
|
2022-08-11 05:55:02 +00:00
|
|
|
launch: (options?: import('./types.js').PuppeteerLaunchOptions) =>
|
|
|
|
Promise<import('./types.js').Browser>;
|
2022-07-05 13:41:43 +00:00
|
|
|
```
|