Win10 Python+selenium运行环境安装步骤

Posted SkyDBA

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Win10 Python+selenium运行环境安装步骤相关的知识,希望对你有一定的参考价值。

1、安装Python运行环境:下载 https://www.python.org/downloads/

2、输入命令:pip install -U selenium按回车

3、安装chrome + chromeDriver
ChromeDriver Mirror http://npm.taobao.org/mirrors/chromedriver/

4、输入命令 python -m pip install --upgrade pip

5、输入命令:pip install urllib3

以上是关于Win10 Python+selenium运行环境安装步骤的主要内容,如果未能解决你的问题,请参考以下文章

win10下python+selenium安装使用方法

RobotFramework:python+robotframework+selenium2library测试环境部署说明文档

win10_java+selenium环境搭建

python+selenium环境搭建

win10selenium之Firefox,Chrome,IE对应webdriver的安装配置

用win7 python3 selenium3写的脚本打包成EXE后在其他电脑上重新配置环境变量还是不能打开浏览器