[Home](./index.md) > [puppeteer](./puppeteer.md) > [Page](./puppeteer.page.md) > [waitForResponse](./puppeteer.page.waitforresponse.md) ## Page.waitForResponse() method Signature: ```typescript waitForResponse(urlOrPredicate: string | Function, options?: { timeout?: number; }): Promise; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | urlOrPredicate | string \| Function | | | options | { timeout?: number; } | | Returns: Promise<[HTTPResponse](./puppeteer.httpresponse.md)>