s

selenium

Test Containers :: Selenium
Files download
File Operation
selenium-0.9.3.jar download
selenium-0.9.3.pom download
selenium-0.9.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.rnorth</groupId>
  <artifactId>selenium</artifactId>
  <version>0.9.3</version>
</dependency>
Gradle Groovy
implementation 'org.rnorth:selenium:0.9.3'
Gradle Kotlin
implementation("org.rnorth:selenium:0.9.3")
Scala SBT
libraryDependencies += "org.rnorth" % "selenium" % "0.9.3"
Groovy Grape
@Grapes(
  @Grab(group='org.rnorth', module='selenium', version='0.9.3')
)
Apache Ivy
<dependency org="org.rnorth" name="selenium" rev="0.9.3" />
Leiningen
[org.rnorth/selenium "0.9.3"]
Apache Buildr
'org.rnorth:selenium:jar:0.9.3'