今日まで、chromedriver を使用して watir-webdriver テストを実行してきましたが、問題はありませんでした。サーバーは引き続き動作し、同じバージョンの chromedriver と chrome でテストを実行します。
chromedriver 2 の実験的ビルドである最新の chromedriver に更新してみました。これは、まだバグが解決されているとしか思えないため、失敗します。また、以前のバージョンの chromedriver にロールバックしようとしましたが、成功しませんでした。
誰かがこれについて何か経験があれば、私は本当にあなたの専門知識に感謝します. 私が見落としていた単純なものになると確信しています。
宝石のバージョン:
watir-webdriver (0.6.2)
selenium-webdriver (2.29.0)
cucumber (1.2.1)
以下のchromedriverからのトレース
Started ChromeDriver port=9517 version=26.0.1383.0
log=C:\Projects\oms_acceptance_tests\src\chromedriver.log
[6136:5300:0212/122320:ERROR:master_preferences.cc(110)] Failed to read master_preferences file at C:\Program Files (x86)\Google\Chrome\Application\master_preferences. Falling back to default preferences.
[6136:5300:0212/122320:ERROR:gpu_info_collector_win.cc(82)] Can't retrieve a valid WinSAT assessment.
test\automation\proxy_launcher.cc(107): error: Value of: app_launched
Actual: 5
Expected: AUTOMATION_SUCCESS
Which is: 0
Error while awaiting automation ping from browser process
[0212/122321:ERROR:proxy_launcher.cc(556)] Failed to ConnectToRunningBrowser
[0212/122321:ERROR:automation_proxy.cc(319)] Channel error in AutomationProxy.
Unable to either launch or connect to Chrome. Please check that ChromeDriver is up-to-date. Using Chrome binary at: C:\Program Files (x86)\Google\Chrome\Application\chrome.exe (Selenium::WebDriver::Error::UnknownError)