Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 877 Bytes

puppeteer.framemanager.waitforframenavigation.md

File metadata and controls

26 lines (17 loc) · 877 Bytes

Home > puppeteer > FrameManager > waitForFrameNavigation

FrameManager.waitForFrameNavigation() method

Signature:

waitForFrameNavigation(frame: Frame, options?: {
        timeout?: number;
        waitUntil?: PuppeteerLifeCycleEvent | PuppeteerLifeCycleEvent[];
    }): Promise<HTTPResponse | null>;

Parameters

Parameter Type Description
frame Frame
options { timeout?: number; waitUntil?: PuppeteerLifeCycleEvent | PuppeteerLifeCycleEvent[]; }

Returns:

Promise<HTTPResponse | null>