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运行环境安装步骤的主要内容,如果未能解决你的问题,请参考以下文章