selenium啟動報錯
java.lang.IllegalStateException: The path to the driver executable must be set by the webdriver.gecko.driver system property; for more information, see https://github.com/mozilla/geckodriver. The latest version can be downloaded from https://github.com/mozilla/geckodriver/releases 這個是什么問題
2017-03-21
最好火狐默認安裝路徑 30版本可以使用
2017-03-16
知道原因了。?把下載的geckodriver放在火狐的安裝路徑下,代碼換成這個System.setProperty("webdriver.firefox.marionette", "C:\\Program Files (x86)\\Nightly\\geckodriver.exe");
2017-03-15
應該是版本不匹配吧