14 lines
426 B
Markdown
14 lines
426 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [LaunchOptions](./puppeteer.launchoptions.md) > [timeout](./puppeteer.launchoptions.timeout.md)
|
|
|
|
## LaunchOptions.timeout property
|
|
|
|
Maximum time in milliseconds to wait for the browser to start. Pass `0` to disable the timeout.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
timeout?: number;
|
|
```
|