Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 594 Bytes

puppeteer.page.waitfornavigation.md

File metadata and controls

22 lines (13 loc) · 594 Bytes

Home > puppeteer > Page > waitForNavigation

Page.waitForNavigation() method

Signature:

waitForNavigation(options?: WaitForOptions): Promise<HTTPResponse | null>;

Parameters

Parameter Type Description
options WaitForOptions

Returns:

Promise<HTTPResponse | null>