码迷,mamicode.com
首页 > Windows程序 > 详细

windows下使用selenium操作浏览器问题记录

时间:2018-01-23 22:06:17      阅读:219      评论:0      收藏:0      [点我收藏+]

标签:href   div   github   ofo   mon   路径   sele   blog   com   

问题 :执行程序代码报错:

WebDriverException:Message:‘geckodriver‘executable needs to be in Path

或者

selenium.common.exceptions.WebDriverException: Message: ‘geckodriver‘ executable needs to be in PATH.

 

解决,geckodriver是一原生态的第三方浏览器,对于selenium3.x版本都会使用geckodriver来驱动firefox,所以需要下载geckodriver.exe。放置在Path 环境变量可以访问到的地方。例如 C:\python34目录下

Geckodirver的下载地址:https://github.com/mozilla/geckodriver/releases

 或者

将火狐的安装路径放到path

windows下使用selenium操作浏览器问题记录

标签:href   div   github   ofo   mon   路径   sele   blog   com   

原文地址:https://www.cnblogs.com/JahanGu/p/8337886.html

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