配置Python+selenium+firefox自动化测试
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了配置Python+selenium+firefox自动化测试相关的知识,希望对你有一定的参考价值。
1、安装python。默认安装
2、安装pip。下载pip-1.5.4包,解压pip-1.5.4,放在C盘,进入pip目录-->键入命令:python setup.py install
再进入C:\Users\user\AppData\Local\Programs\Python\Python35-32\Scripts目录-->键入命令:easy_install pip
3、安装selenium(需要联网)。再进入C:\Users\user\AppData\Local\Programs\Python\Python35-32\Scripts目录-->键入命令:pip install -U selenium
4、安装firefox。默认安装
5、3.0版本的selenium调用firefox的时候要用geckodriver.exe的才行,将这个文件放到C:\Users\user\AppData\Local\Programs\Python\Python35-32\Scripts目录下就行
以上是关于配置Python+selenium+firefox自动化测试的主要内容,如果未能解决你的问题,请参考以下文章
Python Selenium 设置路径到 firefox 配置文件(ubuntu)
Python Selenium在ubuntu中设置firefox配置文件的路径
python selenium 无法使用 Firefox 扩展 - 消息:无法加载配置文件。简介目录
windows下安装配置python + selenium 来驱动firefox