2

私のスイートは、firefox-16 で問題なく動作していました。Firefox のバージョンを 17 に更新しました。しかし、私のテスト ケースは次の例外をスローして失敗します。私のセレン Web ドライバーのバージョンは 2.26.0 です。私のテスト スイートは Ruby です。

Selenium::WebDriver::Error::UnknownError: PATH に firefox バイナリが見つかりません。Firefox がインストールされていることを確認します。OS のようです: WIN8 ビルド情報: バージョン: '2.26.0'、リビジョン: '18041'、時刻: '2012-11-01 19:33:38' システム情報: os.name: 'Windows 8'、os .arch: 'amd64'、os.version: '6.2'、java.version: '1.7.0_09' ドライバー情報: driver.version: FirefoxDriver (org.openqa.selenium.WebDriverException)。

Webdriver 2.25.0 で実行しようとすると、テスト スイートが実行中にハングします。親切に私を助けてください。

4

2 に答える 2

5

Downgrade Firefox slightly. The current version of Selenium does not support v17, although looking at the commit changes here, you can see they have fixed it, presumably ready for v2.27:

https://code.google.com/p/selenium/source/list

You can download an older version of Firefox from here:

http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/

or

http://www.oldapps.com/firefox.php

于 2012-11-29T09:26:42.453 に答える
1

Selenium 2.28.0 および FireFox 17 へのアップグレードがサポートされている必要があります。

于 2012-12-13T06:06:18.410 に答える