https://www.jianshu.com/p/09245aa591e0
自动化测试主要是使用python+Selenium调用浏览器去模拟点击填写表单提交等操作的过程。
selenium安装使用pip
pip install selenium
pip show selenium
下载安装Chromedriver
下载Chromedriver后解压缩,得到chromedriver.exe文件,将该文件复制到python的安装目录下,或者将chromedriver.exe添加到系统环境变量中
cmd验证
chromedriver
image.png
点波关注 系统搭建(docker)
需要注意当前浏览器的版本
网友评论