New issue 3378 by ap...@vauto.com: Calling Quit on the Chrome IWebDriver
instance does not kill the spawned chromedriver.exe instance
http://code.google.com/p/selenium/issues/detail?id=3378
Calling Quit on the Chrome IWebDriver instance does not kill the spawned
chromedriver.exe instance.
Webdriver 2.16
Looking at the C# API, I don't see a Stop() method to end the service. All
I see is a Start() method.
Comment #2 on issue 3378 by james.h....@gmail.com: Calling Quit on the
Chrome IWebDriver instance does not kill the spawned chromedriver.exe
instance
http://code.google.com/p/selenium/issues/detail?id=3378
The service start/stop code was slightly reconfigured in 2.19. Could you
try that and see if it resolves your issue? If not, an example that
reproduces your issue would be most welcome.