selenium(一)环境搭建win+python+selenium

不管怎样,先得把环境搭起来。

这里搭建的是结合python的selenium环境 。

首先,安装好python的环境。从官网下载安装包,下一步,下一步安装,完成后,设置环境变量。

 

 image

装个pip工具,当然不安装也行,安装这个工具主要是为了安装selenium和其他扩展工具方便的。

https://pip.pypa.io/en/latest/installing.html#python-os-support

https://pip.pypa.io/en/latest/search.html?q=ez_setup.py&check_keywords=yes&area=default

下载setuptools。

image

下载get-pip.py

 image

安装selenium,如图显示已经安装了,给它更新成最新版本。

image

image

image

 

Selenium安装完毕。

在新版本的 webdriver 中,只有安装了 ie driver 使用 ie 进行测试工作。

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注