ericmckean / chromedriver

Automatically exported from code.google.com/p/chromedriver
0 stars 0 forks source link

Chrome window stop responding of chromedriver process dies #1043

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
To reproduce: 
fire up a chrome window via chromedriver
kill the chromedriver process manually
try navigating to another url

I tried to check for if driver == null or call driver.getUrl() but that does 
not seem to work either.

Ideally there should be an exception thrown if the chromedriver process was 
killed

Original issue reported on code.google.com by rajandhi...@gmail.com on 27 Feb 2015 at 6:21

GoogleCodeExporter commented 9 years ago
Seems that it involves changing the selenium language bindings to detect that 
chromedriver is gone . Please report a new issue in the selenium issue tracker  
https://code.google.com/p/selenium/issues/list

Original comment by gmanikp...@chromium.org on 17 Mar 2015 at 9:34

GoogleCodeExporter commented 9 years ago
Well the chrome window should close when the driver dies. I logged an issue 
with selenium devs but they pointed to me that its a chromedriver issue.

Original comment by rajandhi...@gmail.com on 18 Mar 2015 at 4:40