javaUI自动化+selenium+testNG环境配置

javaUI自动化+selenium+testNG配置环境

1.打开idea创建一个Maven项目
javaUI自动化+selenium+testNG环境配置
2.打开https://mvnrepository.com/该网站搜索selenium+testng打开selenium+testng复制maven的代码到pol.xml里面

selenium,maven代码testng同理。
javaUI自动化+selenium+testNG环境配置
selenium+testng代码复制到maven。
javaUI自动化+selenium+testNG环境配置
3.弹出提示框点击下载包
javaUI自动化+selenium+testNG环境配置
4.第一次运行会报错,因为是要操动浏览器必须下载浏览器驱动
javaUI自动化+selenium+testNG环境配置
5.打开http://npm.taobao.org/mirrors/chromedriver淘宝镜像选择对应浏览器版本驱动下载chromedriver文件
javaUI自动化+selenium+testNG环境配置
6.在idea新项目的src下创建一个drivers文件夹chromedriver.exe复制到drivers文件夹
javaUI自动化+selenium+testNG环境配置
这样javaUI自动化+selenium+testNG配置环境就完成了

上一篇:【百度地图API】多家地图API内存消耗对比测验(带源码)


下一篇:常规动态网页爬取