MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / onunload

Function onunload

javascript/atoms/inject.js:384–388  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

382 }
383
384 function onunload() {
385 sendResponse(bot.ErrorCode.UNKNOWN_ERROR,
386 Error('Detected a page unload event; asynchronous script ' +
387 'execution does not work across page loads.'));
388 }
389};
390
391

Callers

nothing calls this directly

Calls 2

sendResponseFunction · 0.85
ErrorFunction · 0.85

Tested by

no test coverage detected