-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
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 process won't exit if page has confirm dialog on page exit #824
Comments
I have isolated the issue. It seems that Google Forms is setting the I have a temporary fix right now:
I'll probably submit a pull req after I've cleaned up my solution. |
For what it's worth, you could instead prop up a custom preload to handle the |
@rosshinkley in this case, |
Fixed with #825. Closing. |
When trying to
.end()
a nightmare instance the process will hang forever if there is aconfirm
dialog on page exit. The confirm dialog is also not visible.Code:
My view of the electron window:
Is there some way to forcefully close the nightmare instance?
The text was updated successfully, but these errors were encountered: