page.off
page.off is a browser runtime capability in the page namespace.
Availability
- Runtime:
browser - Kind:
event - Category:
events - Supported drivers: Playwright, Puppeteer, Stagehand
SDK Surface
- SDK path:
runtime.page.off - Async: No
HTTP Surface
- Transport: resource route
- Route:
GET /workspaces/{id}/runtimes/{alias}/events - Long-running: No
Reference Semantics
- Requires refs:
page
Arguments
Result
- Type:
void - Description: Removes a local SDK event listener.
SDK Example
HTTP Example
Related Capabilities
Notes
- This affects SDK listeners only. Runtime event history remains available through list/wait APIs.

