puppeteer/website/versioned_docs/version-19.1.1/api/puppeteer.waitfortargetoptions.timeout.md

20 lines
287 B
Markdown
Raw Normal View History

---
sidebar_label: WaitForTargetOptions.timeout
---
# WaitForTargetOptions.timeout property
Maximum wait time in milliseconds. Pass `0` to disable the timeout.
2022-10-24 11:58:47 +00:00
#### Signature:
```typescript
interface WaitForTargetOptions {
timeout?: number;
}
```
2022-10-24 11:58:47 +00:00
#### Default value:
30 seconds.