Skip to content

BrowserPage.waitUntilComplete()

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

Waits for all ongoing operations to complete. This includes operations such as loading resources and executing scripts.

Signature

async waitUntilComplete(): Promise<void>;

Returns

Promise<void>

Clone this wiki locally