Selenium build a notebook

1. Local Test
Procedure Reference webdriver jar package
https://www.cnblogs.com/luohuasheng/p/10673577.html
https://www.cnblogs.com/luohuasheng/p/10673971.html

In webdriver maven pom introduced
https://mvnrepository.com/artifact/org.seleniumhq.selenium/selenium-java
<dependency>
<the groupId> org.seleniumhq.selenium </ the groupId>
<the artifactId> Selenium-Java </ the artifactId>
< Version> 3.141.59 </ Version>
</ dependency>

Guess you like

Origin blog.51cto.com/ql0722/2468034