puppeteer/docs/browsers-api/browsers.launch.md

43 lines
426 B
Markdown
Raw Normal View History

---
sidebar_label: launch
---
# launch() function
#### Signature:
```typescript
export declare function launch(opts: LaunchOptions): Process;
```
## Parameters
<table><thead><tr><th>
Parameter
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
opts
</td><td>
[LaunchOptions](./browsers.launchoptions.md)
</td><td>
</td></tr>
</tbody></table>
**Returns:**
2023-04-06 12:50:22 +00:00
[Process](./browsers.process.md)