We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da30e0c commit 9d157aeCopy full SHA for 9d157ae
rb/lib/selenium/webdriver/chrome/service.rb
@@ -78,7 +78,7 @@ def stop
78
http.open_timeout = STOP_TIMEOUT / 2
79
http.read_timeout = STOP_TIMEOUT / 2
80
81
- http.head("/shutdown")
+ http.get("/shutdown")
82
end
83
84
@process.poll_for_exit STOP_TIMEOUT
0 commit comments