MVN

io.github.whiteorganization : white-selenium-framework

Maven & Gradle

Jun 25, 2023
6 stars

io.github.whiteorganization:white-selenium-framework · A Selenium Framework that will help to execute tests and custom scenarios faster and reduce the effort to access many sections Selenium related.

<dependency>
    <groupId>io.github.whiteorganization</groupId>
    <artifactId>white-selenium-framework</artifactId>
    <version>2.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.whiteorganization : white-selenium-framework to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.1

All Versions

Choose a version of io.github.whiteorganization : white-selenium-framework to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
white-selenium-framework-2.2.1
white-selenium-framework-2.2.0
2.1.x
white-selenium-framework-2.1.0
2.0.x
white-selenium-framework-2.0.2
white-selenium-framework-2.0.0
1.1.x
white-selenium-framework-1.1.0
1.0.x
white-selenium-framework-1.0.3
white-selenium-framework-1.0.2
white-selenium-framework-1.0.1
white-selenium-framework-1.0.0
0.3.x
white-selenium-framework-0.3.2
white-selenium-framework-0.3.1
0.2.x
white-selenium-framework-0.2.9
white-selenium-framework-0.2.4

How to add a dependency to Maven

Add the following io.github.whiteorganization : white-selenium-framework maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.whiteorganization</groupId>
    <artifactId>white-selenium-framework</artifactId>
    <version>2.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.whiteorganization : white-selenium-framework gradle dependency to your build.gradle file:

implementation 'io.github.whiteorganization:white-selenium-framework:2.2.1'

Gradle Kotlin DSL: Add the following io.github.whiteorganization : white-selenium-framework gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.whiteorganization:white-selenium-framework:2.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.whiteorganization : white-selenium-framework sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.whiteorganization" % "white-selenium-framework" % "2.2.1"