LoginSignup
6
5

More than 5 years have passed since last update.

Selenium WebDriver ブラウザのパスが見つからない

Last updated at Posted at 2015-05-14

環境

  • PC (OS:Windows7)
  • Java (1.7)
  • Selenium WebDriver (2.42.2)

エラー

  • WebDriverからFirefoxを起動する際、下記エラーが発生。

    Caused by: org.openqa.selenium.WebDriverException: Cannot find firefox binary in PATH. Make sure firefox is installed. OS appears to be: XP
    

対応

  • オプションでFirefoxのパスを指定。

    > java -jar selenium-server-standalone-2.42.2.jar -Dwebdriver.firefox.bin="C:\apps\Mozilla Firefox\firefox.exe"
    

参考にしたページ

6
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
5