zoukankan      html  css  js  c++  java
  • 安装卸载selenium

    安装:

     1 C:Usersxiongjiawei>pip install selenium==2.48.0
     2 Collecting selenium==2.48.0
     3   Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.python.org', port=443): Read timed out. (read timeout=15)",)': /simple/selenium/
     4   Retrying (Retry(total=3, connect=None, read=None, redirect=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.python.org', port=443): Read timed out. (read timeout=15)",)': /simple/selenium/
     5   Downloading selenium-2.48.0.tar.gz (805kB)
     6     100% |████████████████████████████████| 806kB 37kB/s
     7 Installing collected packages: selenium
     8   Running setup.py install for selenium
     9 Successfully installed selenium-2.48.0
    10 
    11 C:Usersxiongjiawei>

    安装成功后在此路径查看:D:Program FilesPython 3.5Libsite-packages

    安装或升级:pip install -U selenium

     

    卸载:

    pip uninstall selenium

    查看版本号:pip show selenium

    浏览器驱动下载:http://www.seleniumhq.org/download/

  • 相关阅读:
    推荐给新手gopher的一些书籍
    flask中路由处理
    flask中间件之请求扩展
    Chrome调试技巧
    iconfont 使用
    @font-face 使用过程
    SEO
    数据结构与算法2-4 队列
    数据结构与算法2-4 堆栈链式存储
    软件推荐--Sublime Text3常用快捷键查询(不断更新ing)
  • 原文地址:https://www.cnblogs.com/xiongjiawei/p/7576864.html
Copyright © 2011-2022 走看看