context.off
context.off 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.off - Async: No
HTTP Surface
- Transport: resource route
- Route:
GET /workspaces/{id}/runtimes/{alias}/events - Long-running: No
Reference Semantics
- Requires refs:
context
Arguments
Result
- Type:
void - Description: Removes a local browser-context event listener.

