MVN

org.seleniumhq.selenium : selenium-remote-control

Maven & Gradle

Jun 02, 2011
16 usages

selenium-remote-control

<dependency>
    <groupId>org.seleniumhq.selenium</groupId>
    <artifactId>selenium-remote-control</artifactId>
    <version>2.0b3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.seleniumhq.selenium : selenium-remote-control to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0b3
  • Latest Beta: 1.0-beta-2

All Versions

Choose a version of org.seleniumhq.selenium : selenium-remote-control to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0rc2
selenium-remote-control-2.0rc2
2.0b3
selenium-remote-control-2.0b3
2.0b2
selenium-remote-control-2.0b2
1.0.x
selenium-remote-control-1.0.1
1.0
selenium-remote-control-1.0
selenium-remote-control-1.0-beta-2

How to add a dependency to Maven

Add the following org.seleniumhq.selenium : selenium-remote-control maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.seleniumhq.selenium</groupId>
    <artifactId>selenium-remote-control</artifactId>
    <version>2.0b3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.seleniumhq.selenium : selenium-remote-control gradle dependency to your build.gradle file:

implementation 'org.seleniumhq.selenium:selenium-remote-control:2.0b3'

Gradle Kotlin DSL: Add the following org.seleniumhq.selenium : selenium-remote-control gradle kotlin dependency to your build.gradle.kts file:

implementation("org.seleniumhq.selenium:selenium-remote-control:2.0b3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.seleniumhq.selenium : selenium-remote-control sbt scala dependency to your build.sbt file:

libraryDependencies += "org.seleniumhq.selenium" % "selenium-remote-control" % "2.0b3"

Advertisement