zoukankan      html  css  js  c++  java
  • 【Selenium】各浏览器(firefox,chrome,ie)驱动下载地址汇总

      

      前两天使用Selenium分布式时,总抛出异常。更新成最新驱动可以解决。其中chrome异常如下,

     "platform": "WINDOWS"
      File "D:Python36libsite-packagesseleniumwebdriver
    emotewebdriver.py", line 157, in __init__
        self.start_session(capabilities, browser_profile)
      File "D:Python36libsite-packagesseleniumwebdriver
    emotewebdriver.py", line 252, in start_session
        response = self.execute(Command.NEW_SESSION, parameters)
      File "D:Python36libsite-packagesseleniumwebdriver
    emotewebdriver.py", line 321, in execute
        self.error_handler.check_response(response)
      File "D:Python36libsite-packagesseleniumwebdriver
    emoteerrorhandler.py", line 242, in check_response
        raise exception_class(message, screen, stacktrace)
    selenium.common.exceptions.SessionNotCreatedException: Message: Unable to create new service: ChromeDriverService
    Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:25:53'
    System info: host: 'LAPTOP-KNQDG3FN', ip: '192.168.56.1', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_201'
    Driver info: driver.version: unknown
    

     

    驱动下载地址

    【firefox】:https://github.com/mozilla/geckodriver/releases/

    【ie】:http://selenium-release.storage.googleapis.com/index.html

    【chrome】:http://chromedriver.storage.googleapis.com/index.html

  • 相关阅读:
    存储过程访问外部服务器
    MVC4 code first 增加属性,对应自动修改列的方法笔记
    摘抄
    一条命令使win7可以直接运行.net3.5程序
    工作心得
    删除一个不存在的东西可以抛出异常吗
    洛谷P3379 【模板】最近公共祖先(LCA)
    洛谷P1967 货车运输
    洛谷P1653 猴子
    洛谷P2278 [HNOI2003]操作系统
  • 原文地址:https://www.cnblogs.com/lilip/p/10460236.html
Copyright © 2011-2022 走看看