Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chromewebdriver HEAD /shutdown return 404
``` $ chromedriver -v ChromeDriver 2.20.353124 (035346203162d32c80f1dce587c8154a1efa0c3b) $ chromedriver --port=12345 Starting ChromeDriver 2.20.353124 (035346203162d32c80f1dce587c8154a1efa0c3b) on port 12345 $ ruby -r 'net/http' -e 'Net::HTTP.start("127.0.0.1", 12345) {|h| puts h.head("/shutdown").code }' 404 ```
- Loading branch information