MVN

com.infotel.seleniumRobot : seleniumRobot-grid

Maven & Gradle

Jun 19, 2023
1 stars

grid · Selenium grid extension for mobile testing

<dependency>
    <groupId>com.infotel.seleniumRobot</groupId>
    <artifactId>seleniumRobot-grid</artifactId>
    <version>5.0.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.infotel.seleniumRobot : seleniumRobot-grid to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.11

All Versions

Choose a version of com.infotel.seleniumRobot : seleniumRobot-grid to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
seleniumRobot-grid-5.0.11
seleniumRobot-grid-5.0.10
seleniumRobot-grid-5.0.9
seleniumRobot-grid-5.0.8
seleniumRobot-grid-5.0.7
seleniumRobot-grid-5.0.5
seleniumRobot-grid-5.0.4
seleniumRobot-grid-5.0.3
4.21.x
seleniumRobot-grid-4.21.2
seleniumRobot-grid-4.21.1
seleniumRobot-grid-4.21.0
4.20.x
seleniumRobot-grid-4.20.0
4.19.x
seleniumRobot-grid-4.19.0
4.18.x
seleniumRobot-grid-4.18.0
4.16.x
seleniumRobot-grid-4.16.1
seleniumRobot-grid-4.16.0
4.14.x
seleniumRobot-grid-4.14.2
seleniumRobot-grid-4.14.1
seleniumRobot-grid-4.14.0
4.13.x
seleniumRobot-grid-4.13.1
seleniumRobot-grid-4.13.0
4.10.x
seleniumRobot-grid-4.10.0
4.6.x
seleniumRobot-grid-4.6.1
seleniumRobot-grid-4.6.0
4.4.x
seleniumRobot-grid-4.4.3
seleniumRobot-grid-4.4.1
seleniumRobot-grid-4.4.0
4.2.x
seleniumRobot-grid-4.2.0
4.1.x
seleniumRobot-grid-4.1.0
4.0.x
seleniumRobot-grid-4.0.1
seleniumRobot-grid-4.0.0
3.14.x
seleniumRobot-grid-3.14.0
3.10.x
seleniumRobot-grid-3.10.3
seleniumRobot-grid-3.10.2
seleniumRobot-grid-3.10.0
3.9.x
seleniumRobot-grid-3.9.3
seleniumRobot-grid-3.9.2
3.8.x
seleniumRobot-grid-3.8.1
seleniumRobot-grid-3.8.0
3.6.x
seleniumRobot-grid-3.6.0
3.5.x
seleniumRobot-grid-3.5.7
seleniumRobot-grid-3.5.5
seleniumRobot-grid-3.5.4
seleniumRobot-grid-3.5.2
seleniumRobot-grid-3.5.0
3.4.x
seleniumRobot-grid-3.4.0
3.2.x
seleniumRobot-grid-3.2.0
1.1.x
seleniumRobot-grid-1.1.1
seleniumRobot-grid-1.1.0
1.0.x
seleniumRobot-grid-1.0.2
seleniumRobot-grid-1.0.1

How to add a dependency to Maven

Add the following com.infotel.seleniumRobot : seleniumRobot-grid maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.infotel.seleniumRobot</groupId>
    <artifactId>seleniumRobot-grid</artifactId>
    <version>5.0.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.infotel.seleniumRobot : seleniumRobot-grid gradle dependency to your build.gradle file:

implementation 'com.infotel.seleniumRobot:seleniumRobot-grid:5.0.11'

Gradle Kotlin DSL: Add the following com.infotel.seleniumRobot : seleniumRobot-grid gradle kotlin dependency to your build.gradle.kts file:

implementation("com.infotel.seleniumRobot:seleniumRobot-grid:5.0.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.infotel.seleniumRobot : seleniumRobot-grid sbt scala dependency to your build.sbt file:

libraryDependencies += "com.infotel.seleniumRobot" % "seleniumRobot-grid" % "5.0.11"