adeffbaac1
* docs(new): migrate Page.ts to TSDoc (part 0 / 2) Co-authored-by: Changhao Han <changhaohan@chromium.org>
23 lines
627 B
Markdown
23 lines
627 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Page](./puppeteer.page.md) > [waitForNavigation](./puppeteer.page.waitfornavigation.md)
|
|
|
|
## Page.waitForNavigation() method
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
waitForNavigation(options?: WaitForOptions): Promise<HTTPResponse | null>;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| options | [WaitForOptions](./puppeteer.waitforoptions.md) | |
|
|
|
|
<b>Returns:</b>
|
|
|
|
Promise<[HTTPResponse](./puppeteer.httpresponse.md) \| null>
|
|
|