--- sidebar_label: Page.waitForNetworkIdle --- # Page.waitForNetworkIdle() method Waits for the network to be idle. #### Signature: ```typescript class Page { waitForNetworkIdle(options?: WaitForNetworkIdleOptions): Promise; } ``` ## Parameters | Parameter | Type | Description | | --------- | --------------------------------------------------------------------- | --------------------------------------------------- | | options | [WaitForNetworkIdleOptions](./puppeteer.waitfornetworkidleoptions.md) | _(Optional)_ Options to configure waiting behavior. | **Returns:** Promise<void> A promise which resolves once the network is idle.