s

selenium

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