mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
9fbb9f9653
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
766 B
766 B
sidebar_label |
---|
Page.waitForNetworkIdle |
Page.waitForNetworkIdle() method
Waits for the network to be idle.
Signature:
class Page {
waitForNetworkIdle(options?: WaitForNetworkIdleOptions): Promise<void>;
}
Parameters
Parameter | Type | Description |
---|---|---|
options | WaitForNetworkIdleOptions | (Optional) Options to configure waiting behavior. |
Returns:
Promise<void>
A promise which resolves once the network is idle.