s

selenium-remote-driver

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-remote-driver-4.0.0-alpha-2.jar download
selenium-remote-driver-4.0.0-alpha-2.pom download
selenium-remote-driver-4.0.0-alpha-2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.seleniumhq.selenium</groupId>
  <artifactId>selenium-remote-driver</artifactId>
  <version>4.0.0-alpha-2</version>
</dependency>
Gradle Groovy
implementation 'org.seleniumhq.selenium:selenium-remote-driver:4.0.0-alpha-2'
Gradle Kotlin
implementation("org.seleniumhq.selenium:selenium-remote-driver:4.0.0-alpha-2")
Scala SBT
libraryDependencies += "org.seleniumhq.selenium" % "selenium-remote-driver" % "4.0.0-alpha-2"
Groovy Grape
@Grapes(
  @Grab(group='org.seleniumhq.selenium', module='selenium-remote-driver', version='4.0.0-alpha-2')
)
Apache Ivy
<dependency org="org.seleniumhq.selenium" name="selenium-remote-driver" rev="4.0.0-alpha-2" />
Leiningen
[org.seleniumhq.selenium/selenium-remote-driver "4.0.0-alpha-2"]
Apache Buildr
'org.seleniumhq.selenium:selenium-remote-driver:jar:4.0.0-alpha-2'