Selenium没有找到Chrome驱动程序?

时间:2017-01-25 15:53:07

标签: ruby selenium selenium-chromedriver

在我的项目中,我曾经如此访问chromedriver:

Selenium::WebDriver::Chrome.driver_path = "/Users/J/Desktop/chromedriver"

但是,现在不推荐使用driver_path,所以我改用了这种方式:

Selenium::WebDriver.for :chrome, driver_path: '/Users/J/Desktop/chromedriver'

我还更新了最新的chromedriver。

但是,出于某种原因,我收到以下错误:

Unable to find chromedriver. Please download the server from http://chromedriver.storage.googleapis.com/index.html and place it somewhere on your PATH.

但是我还没下载过吗?我不确定为什么它找不到它。

有关它为什么不再有效的任何想法?

0 个答案:

没有答案