Skip to content

BrowserContext.waitUntilComplete()

David Ortner edited this page Jan 11, 2024 · 3 revisions

Waits for all ongoing operations to complete. This includes operations done inside loaded pages, such as loading resources and executing scripts.

Signature

async waitUntilComplete(): Promise<void>;

Returns

Promise<void>

    Home

    Getting Started

    Use as Test Environment

Help Packages  

Examples  

API Documentation  
Clone this wiki locally