selenium1-安装


1.安装python python配置环境变量

cmd验证python是否配置成功

2.安装request模块,和webdriver

查看Python的安装路径下面F:\Python\Scripts 有没有pip.exe

安装pip

下载后cmd命令进入到该安装包目录 pip安装命令

3.selenium安装命令

pip install -U selenium

4.安装chrome浏览器 安装chromedriver  配置chromedriver环境变量