Selenium搭建笔记一

1.本地测试
步骤参考 webdriver jar包
https://www.cnblogs.com/luohuasheng/p/10673577.html
https://www.cnblogs.com/luohuasheng/p/10673971.html

pom中webdriver maven 引入
https://mvnrepository.com/artifact/org.seleniumhq.selenium/selenium-java
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>3.141.59</version>
</dependency>

原创文章,作者:3628473679,如若转载,请注明出处:https://blog.ytso.com/184905.html

(0)
上一篇 2021年11月4日
下一篇 2021年11月4日

相关推荐

发表回复

登录后才能评论