MVN

uk.co.spicule : seleniumscripter

Maven & Gradle

Feb 06, 2022
0 stars

Selenium Scripter · An expressive script-style method of interacting with the Selenium Framework.

<dependency>
    <groupId>uk.co.spicule</groupId>
    <artifactId>seleniumscripter</artifactId>
    <version>1.7.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.co.spicule : seleniumscripter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.11

All Versions

Choose a version of uk.co.spicule : seleniumscripter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
seleniumscripter-1.7.11
seleniumscripter-1.7.10
seleniumscripter-1.7.9
seleniumscripter-1.7.8

How to add a dependency to Maven

Add the following uk.co.spicule : seleniumscripter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>uk.co.spicule</groupId>
    <artifactId>seleniumscripter</artifactId>
    <version>1.7.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following uk.co.spicule : seleniumscripter gradle dependency to your build.gradle file:

implementation 'uk.co.spicule:seleniumscripter:1.7.11'

Gradle Kotlin DSL: Add the following uk.co.spicule : seleniumscripter gradle kotlin dependency to your build.gradle.kts file:

implementation("uk.co.spicule:seleniumscripter:1.7.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following uk.co.spicule : seleniumscripter sbt scala dependency to your build.sbt file:

libraryDependencies += "uk.co.spicule" % "seleniumscripter" % "1.7.11"