必须通过webdriver.gecko.driver系统属性设置驱动程序可执行文件的路径

时间:2016-04-19 20:08:53

标签: java selenium

我正在尝试解决此处描述的问题: https://github.com/seleniumhq/selenium-google-code-issue-archive/issues/4757 通过一些编辑后,在本地构建selenium独立服务器。发布后,获得本地版本的selenium独立服务器“selenium-server-standalone-3.0.0-beta1.jar”,然后运行。但是,当我尝试从量角器或selenium构建器连接到服务器时,我收到错误:

“WebDriverError:驱动程序可执行文件的路径必须由webdriver.gecko.driver系统属性设置;有关详细信息,请参阅https://github.com/jgraham

如何集成(或做某事)以获得带有集成firefox驱动程序的selenium standalone serer?

1 个答案:

答案 0 :(得分:0)

对我有用的方法是使用GIT从github克隆源代码。之前我下载了zip并且它不起作用,然后我通过sunig GIT克隆源代码并执行此处描述的所有步骤:http://shengwangi.blogspot.ru/2014/08/how-to-build-selenium-from-source.html,除了“下载第三方库”步骤。