问答详情
源自:4-1 seleniumIDE的安装以及使用

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 这个是什么问题

提问者:qq_倔强的萝卜_0 2017-03-15 15:36

个回答

  • 慕婉清0535129
    2017-03-21 10:47:54

    最好火狐默认安装路径 30版本可以使用

  • qq_倔强的萝卜_0
    2017-03-16 14:23:56

    知道原因了。 把下载的geckodriver放在火狐的安装路径下,代码换成这个System.setProperty("webdriver.firefox.marionette", "C:\\Program Files (x86)\\Nightly\\geckodriver.exe");

  • 似蝶纷飞
    2017-03-15 20:47:18

    应该是版本不匹配吧