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

selenium.common.exceptions.WebDriverException: Message: Unable to find a matching set of capabilities

时间:2017-08-14 13:25:58      阅读:1925      评论:0      收藏:0      [点我收藏+]

标签:blog   driver   from   div   rom   cap   except   abi   path   

环境:Python3+selenium3+Firefox47

在打开火狐浏览器时报错:‘geckodriver‘ executable needs to be in PATH

from selenium import webdriver
web = webdriver.Firefox()

于是,各种度娘,最终做了如下尝试:

  下载了geckodriver-v0.18.0-win64,解压将geckodriver.exe放到火狐浏览器目录下,然后把火狐浏览器目录添加到path环境变量。

  结果又出现报错:selenium.common.exceptions.WebDriverException: Message: Unable to find a matching set of capabilities

随后,再次度娘,做了如下操作,成功:

  更新火狐浏览器到Firefox54

selenium.common.exceptions.WebDriverException: Message: Unable to find a matching set of capabilities

标签:blog   driver   from   div   rom   cap   except   abi   path   

原文地址:http://www.cnblogs.com/liyanqi/p/7357025.html

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