page.waitForLoadState
page.waitForLoadState is a browser runtime capability in the page namespace.
Availability
- Runtime:
browser - Kind:
raw - Category:
navigation - Supported drivers: Playwright, Stagehand
SDK Surface
- SDK path:
runtime.page.waitForLoadState - Async: Yes
HTTP Surface
- Transport:
workspace.execute(...) - Call:
page.waitForLoadState - Long-running: No
Reference Semantics
- Requires refs:
page
Arguments
Result
- Type:
void - Description: Resolves when the requested load state is reached.

