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) > [WaitForTargetOptions](./puppeteer.waitfortargetoptions.md) > [timeout](./puppeteer.waitfortargetoptions.timeout.md)
|
|
|
|
## WaitForTargetOptions.timeout property
|
|
|
|
Maximum wait time in milliseconds. Pass `0` to disable the timeout.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
timeout?: number;
|
|
```
|