s

selenium

Selenium WebDriver wrapper framework for clean and maintainable tests.
https://github.com/WasiqB/coteafs-selenium
文件下载
文件名 操作
selenium-3.2.2.jar 下载
selenium-3.2.2.pom 下载
selenium-3.2.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.wasiqb.coteafs</groupId>
  <artifactId>selenium</artifactId>
  <version>3.2.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.wasiqb.coteafs:selenium:3.2.2'
Gradle Kotlin
implementation("com.github.wasiqb.coteafs:selenium:3.2.2")
Scala SBT
libraryDependencies += "com.github.wasiqb.coteafs" % "selenium" % "3.2.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.wasiqb.coteafs', module='selenium', version='3.2.2')
)
Apache Ivy
<dependency org="com.github.wasiqb.coteafs" name="selenium" rev="3.2.2" />
Leiningen
[com.github.wasiqb.coteafs/selenium "3.2.2"]
Apache Buildr
'com.github.wasiqb.coteafs:selenium:jar:3.2.2'