栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 面试经验 > 面试问答

Python:没有名为selenium的模块

面试问答 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

Python:没有名为selenium的模块

如前所述,您正在执行

using Python 3.6
以下步骤:

  • 打开

    Command Line Interface
    CLI
    )并发出命令
    python
    以检查Python是否已正确安装:

    C:Usersusername>python

    Python 3.6.1 (v3.6.1:69c0db5, Jan 16 2018, 17:54:52) [MSC v.1900 32 bit (Intel)]
    on win32
    Type “help”, “copyright”, “credits” or “license” for more information.

  • 确保

    pip
    工作正常:

        C:Usersusername>pip    Usage:      pip <command> [options]    Commands:      install          Install packages.      download         Download packages.      uninstall        Uninstall packages.      freezeOutput installed packages in requirements format.      list  List installed packages.      show  Show information about installed packages.      check Verify installed packages have compatible dependencies.      searchSearch PyPI for packages.      wheel Build wheels from your requirements.      hash  Compute hashes of package archives.      completion       A helper command used for command completion.      help  Show help for commands.    General Options:      -h, --help       Show help.      --isolated       Run pip in an isolated mode, ignoring environment variables and user configuration.      -v, --verbose    Give more output. Option is additive, and can be used up to 3 times.      -V, --version    Show version and exit.      -q, --quiet      Give less output. Option is additive, and can be used up to 3 times (corresponding to WARNING, ERROR, and CRITICAL logging levels).      --log <path>     Path to a verbose appending log.      --proxy <proxy>  Specify a proxy in the form [user:passwd@]proxy.server:port.      --retries <retries>         Maximum number of retries each connection should attempt (default 5 times).      --timeout <sec>  Set the socket timeout (default 15 seconds).      --exists-action <action>    Default action when a path already exists: (s)witch, (i)gnore, (w)ipe, (b)ackup, (a)bort.      --trusted-host <hostname>   Mark this host as trusted, even though it does not have valid or any HTTPS.      --cert <path>    Path to alternate CA bundle.      --client-cert <path>        Path to SSL client certificate, a single file containing the private key and the certificate in PEM format.      --cache-dir <dir>Store the cache data in <dir>.      --no-cache-dir   Disable the cache.      --disable-pip-version-check Don't periodically check PyPI to determine whether a new version of pip is available for    download. Implied with --no-index.
  • selenium
    通过
    pip
    以下方式安装最新版本:
        C:Usersusername>pip install -U selenium    Collecting selenium      Downloading selenium-3.8.1-py2.py3-none-any.whl (931kB)        100% |¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦| 942kB 322kB/s    Installing collected packages: selenium    Successfully installed selenium-3.8.1
  • 确认
    Selenium
    已安装:
        C:Usersusername>pip freeze    selenium==3.8.1 
  • 打开
    IDE
    (例如
    Eclipse
    PyCharm
    )和如下编写一个简单的程序:
        from selenium import webdriver    driver = webdriver.Firefox(executable_path="C:\path\to\geckodriver.exe")    driver.get('https://stackoverflow.com')
  • 执行
    Firefox Quantum
    将启动浏览器并对其
    url
    进行访问的程序。

Python下载位置(Windows):

可以从以下位置下载Python(适用于Windows):

https://www.python.org/downloads/


转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/369134.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号