There was an error while loading. Please reload this page.
1 parent 0ecc50c commit 78d9e8eCopy full SHA for 78d9e8e
rb/lib/selenium/webdriver/common/child_process.rb
@@ -70,7 +70,7 @@ def stop(timeout = 3)
70
poll_for_exit(timeout)
71
72
WebDriver.logger.debug(" -> stopped #{@pid}")
73
- rescue TimeoutError
+ rescue TimeoutError, Errno::EINVAL
74
WebDriver.logger.debug(" -> sending KILL to process: #{@pid}")
75
kill(@pid)
76
wait
0 commit comments