码迷,mamicode.com
首页 > Web开发 > 详细

The path to the driver executable must be set by the webdriver.gecko.driver system property

时间:2016-10-22 12:10:51      阅读:438      评论:0      收藏:0      [点我收藏+]

标签:net   ram   运行程序   mario   property   new   git   .com   bsp   

报这个错,是因为你使用了selenium3+Firefox。在selenium3中,使用Firefox,需要添加驱动。

您可以从Github上下载驱动程序下载网址-  https://github.com/mozilla/geckodriver/releases/tag/v0.9.0

技术分享

 

在代码中加入

System.setProperty("webdriver.firefox.marionette","C:\\Program Files (x86)\\Mozilla Firefox\\geckodriver.exe");
WebDriver driver=new FirefoxDriver();

C:\\Program Files (x86)\\Mozilla Firefox\\geckodriver.exe是驱动放置的位置

现在,您可以运行程序,你会得到期望的输出。

The path to the driver executable must be set by the webdriver.gecko.driver system property

标签:net   ram   运行程序   mario   property   new   git   .com   bsp   

原文地址:http://www.cnblogs.com/my-blogs-for-everone/p/5986915.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!