context.waitForEvent
context.waitForEvent is a browser runtime capability in the context namespace.
Availability
- Runtime:
browser - Kind:
event - Category:
events - Supported drivers: Playwright
SDK Surface
- SDK path:
runtime.browserContext.waitForEvent - Async: Yes
HTTP Surface
- Transport: resource route
- Route:
POST /workspaces/{id}/runtimes/{alias}/events/wait - Long-running: No
Reference Semantics
- Requires refs:
context
Arguments
Result
- Type:
unknown - Description: Event payload mapped into runtime event metadata.
SDK Example
HTTP Example
Related Capabilities
Notes
- This is an SDK convenience layer over runtime event list/wait APIs, not a standalone HTTP execute capability.

