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