selenium python 环境搭建
web页面自动化测试需要搭建selenium环境,selenium支持多种语言,这里介绍python环境。
1 环境
windows环境,配置没有要求。
2 python安装:
下载地址 https://www.python.org/getit/
安装python 2.7.*版本,其他版本目前支持不好
尝试cmd下输入python, 若无法调用python,需要将python的安装路径(python.exe的存储位置)添加到PATH系统变量中
3 安装pycharm集成开发环境
晚上比较多资料,需要破解。
4 配置pycharm:
打开pycharm,进入Settings
选择project interpreter
web页面自动化测试需要搭建selenium环境,selenium支持多种语言,这里介绍python环境。
1 环境
windows环境,配置没有要求。
2 python安装:
下载地址 https://www.python.org/getit/
安装python 2.7.*版本,其他版本目前支持不好
尝试cmd下输入python, 若无法调用python,需要将python的安装路径(python.exe的存储位置)添加到PATH系统变量中
3 安装pycharm集成开发环境
晚上比较多资料,需要破解。
4 配置pycharm:
打开pycharm,进入Settings
选择project interpreter
在右边的页面,选择"Project Interpreter"的下拉按钮,选中python.exe