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