MVN

net.serenity-bdd : serenity-selenoid

Maven & Gradle

Aug 24, 2023

Serenity Screenplay selenoid Integration

<dependency>
    <groupId>net.serenity-bdd</groupId>
    <artifactId>serenity-selenoid</artifactId>
    <version>3.9.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.serenity-bdd : serenity-selenoid to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.9.8
  • Latest Beta: 4.0.0-beta-6

All Versions

Choose a version of net.serenity-bdd : serenity-selenoid to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
serenity-selenoid-4.0.0-beta-6
serenity-selenoid-4.0.0-beta-5
serenity-selenoid-4.0.0-beta-4
serenity-selenoid-4.0.0-beta-3
serenity-selenoid-4.0.0-beta-2
serenity-selenoid-4.0.0-beta-1
3.9.x
serenity-selenoid-3.9.8
serenity-selenoid-3.9.7
serenity-selenoid-3.9.4
serenity-selenoid-3.9.3

How to add a dependency to Maven

Add the following net.serenity-bdd : serenity-selenoid maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.serenity-bdd</groupId>
    <artifactId>serenity-selenoid</artifactId>
    <version>3.9.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.serenity-bdd : serenity-selenoid gradle dependency to your build.gradle file:

implementation 'net.serenity-bdd:serenity-selenoid:3.9.8'

Gradle Kotlin DSL: Add the following net.serenity-bdd : serenity-selenoid gradle kotlin dependency to your build.gradle.kts file:

implementation("net.serenity-bdd:serenity-selenoid:3.9.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.serenity-bdd : serenity-selenoid sbt scala dependency to your build.sbt file:

libraryDependencies += "net.serenity-bdd" % "serenity-selenoid" % "3.9.8"