pojosontheweb / selenium-utils

selenium-utils
Apache License 2.0
12 stars 5 forks source link

chromedriver zombies : close() instead of quit() #5

Closed vankeisb closed 10 years ago

vankeisb commented 10 years ago

We notice that sometimes there are zombie chromedriver processes.

We should call quit() and not close() on the WebDriver.