-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Left over chrome processes and zombie chromedrivers #879
Comments
That should be enough. Do you see any errors at the end of your selenium-debug.log? Also which versions of nightwatch/selenium/chromedriver are you on and what OS? |
Been looking into it a bit further. Doesn't seem related to nightwatch at all. It's possible SeleniumHQ/docker-selenium#87 or something similar has been causing our tests to hang and chrome not to close. I've been running our nightwatch tests repeatedly for the last few hours and client.end has never failed to close chrome. |
I am facing the same problem. |
@silverrajat88 the DBUS fix described in [SeleniumHQ/docker-selenium#87] fixed it for me |
I'm having this issue with nightwatch 0.9.19, chromedriver 2.33.2, selenium-server-stand-alone 2.33.2 on windows. Chrome closes fine but chromedriver.exe process is never killed. |
@kentendo, do you have |
I have tried the following method: In "nightwatch.conf.js",
I set "silent" from It lead to becoming verbose in the console. And the chromedriver.exe will exit peacefully after running the tests. I was using the vue template from: https://github.com/vuejs-templates/pwa My platform:
|
The above works, however I don't really want all the output in the console. Is there a solution that doesn't require output to be so verbose? |
Same issue here. Windows 7 (64bit) 2 scenarios (1 undefined, 1 passed) true Process finished with exit code 1 |
Same issue here. |
Hi,
I have the following code in my nightwatch tests
However this just ends the current session by issuing a delete
Chrome is left running on our selenium server, and the chromedriver process ends up as a zombie.
Am I doing something wrong? Is there a way to call selenium.quit?
Thanks.
The text was updated successfully, but these errors were encountered: