2
をchromedriverに接続できない私は、次の手順を実行しますセレン:: webdriverを::エラー:: WebDriverError:<strong>IRB</strong>で
Selenium::WebDriver::Error::WebDriverError: unable to connect to chromedriver 127.0.0.1:9515
OSX:
require "watir"
b = Watir::Browser.new :chrome
私はその後、次のエラーを取得します10.12.3 Ruby 2.3.1 Chromeドライバ最新バージョン Watir 6.2.0
あなたはドライバをダウンロードする必要があります。http://stackoverflow.com/questions/27719345/how-to-specify-the-location-of-the-chromedriver-binary –
あなたは 'gem install webdrivers'を実行できます使用されているドライバの最新バージョンでシステムを自動的に最新の状態に保ちます – titusfortner