Skip to content

Commit

Permalink
Suggest download of chromedriver over HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
JLLeitschuh authored and p0deje committed Feb 20, 2019
1 parent 3282f0b commit d1f3a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rb/lib/selenium/webdriver/chrome/service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Service < WebDriver::Service
@executable = 'chromedriver'.freeze
@missing_text = <<-ERROR.gsub(/\n +| {2,}/, ' ').freeze
Unable to find chromedriver. Please download the server from
http://chromedriver.storage.googleapis.com/index.html and place it somewhere on your PATH.
https://chromedriver.storage.googleapis.com/index.html and place it somewhere on your PATH.
More info at https://github.com/SeleniumHQ/selenium/wiki/ChromeDriver.
ERROR

Expand Down

0 comments on commit d1f3a30

Please sign in to comment.