不管怎样,先得把环境搭起来。
这里搭建的是结合python的selenium环境 。
首先,安装好python的环境。从官网下载安装包,下一步,下一步安装,完成后,设置环境变量。
装个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。
下载get-pip.py
安装selenium,如图显示已经安装了,给它更新成最新版本。
Selenium安装完毕。
在新版本的 webdriver 中,只有安装了 ie driver 使用 ie 进行测试工作。