We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nightmare preload scripts makes the window.onunload and window.onbeforeunload properties unconfigurable: https://github.com/segmentio/nightmare/blob/8c8fd96216ddb35e0352a7c5557295c7bd04868e/test/fixtures/preload/index.js#L48
window.onunload
window.onbeforeunload
The recent testcafe-hammerhead in [email protected] tries to reconfigure these properties: https://github.com/DevExpress/testcafe-hammerhead/blob/55838d82bcf363e4eea9f9777376fb200c1f4e5b/src/client/sandbox/event/unload.js#L95
testcafe-hammerhead
[email protected]
It causes script error at load time on any page, and causes the browser to disconnect by timeout.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Nightmare preload scripts makes the
window.onunload
andwindow.onbeforeunload
properties unconfigurable: https://github.com/segmentio/nightmare/blob/8c8fd96216ddb35e0352a7c5557295c7bd04868e/test/fixtures/preload/index.js#L48The recent
testcafe-hammerhead
in[email protected]
tries to reconfigure these properties: https://github.com/DevExpress/testcafe-hammerhead/blob/55838d82bcf363e4eea9f9777376fb200c1f4e5b/src/client/sandbox/event/unload.js#L95It causes script error at load time on any page, and causes the browser to disconnect by timeout.
The text was updated successfully, but these errors were encountered: