---
sidebar_label: WaitForTargetOptions
---
# WaitForTargetOptions interface
**Signature:**
```typescript
export interface WaitForTargetOptions
```
## Properties
| Property | Modifiers | Type | Description |
| ------------------------------------------------------- | --------- | ------ | ------------------------------------------------------------------------------------------------ |
| [timeout?](./puppeteer.waitfortargetoptions.timeout.md) | | number | (Optional) Maximum wait time in milliseconds. Pass 0
to disable the timeout. |