s

selenium-leg-rc

Selenium automates browsers. That's it! What you do with that power is entirely up to you.
http://www.seleniumhq.org/
The Apache Software License, Version 2.0
Simon Stewart Daniel Wagner-Hall Eran Mes Jim Evans Jari Bakken Michael Tamm David Burns Kristian Rosenvold Luke Inman-Semerau Alexei Barantsev
Files download
File Operation
selenium-leg-rc-3.5.3.jar download
selenium-leg-rc-3.5.3.pom download
selenium-leg-rc-3.5.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.seleniumhq.selenium</groupId>
  <artifactId>selenium-leg-rc</artifactId>
  <version>3.5.3</version>
</dependency>
Gradle Groovy
implementation 'org.seleniumhq.selenium:selenium-leg-rc:3.5.3'
Gradle Kotlin
implementation("org.seleniumhq.selenium:selenium-leg-rc:3.5.3")
Scala SBT
libraryDependencies += "org.seleniumhq.selenium" % "selenium-leg-rc" % "3.5.3"
Groovy Grape
@Grapes(
  @Grab(group='org.seleniumhq.selenium', module='selenium-leg-rc', version='3.5.3')
)
Apache Ivy
<dependency org="org.seleniumhq.selenium" name="selenium-leg-rc" rev="3.5.3" />
Leiningen
[org.seleniumhq.selenium/selenium-leg-rc "3.5.3"]
Apache Buildr
'org.seleniumhq.selenium:selenium-leg-rc:jar:3.5.3'