MVN

com.redfin : patient-selenium

Maven & Gradle

Apr 16, 2020
1 stars

Patient Selenium · Patient Selenium is a customizable Java library wrapper for Selenium to build page objects that wait for configurable conditions with customizable wait times.

<dependency>
    <groupId>com.redfin</groupId>
    <artifactId>patient-selenium</artifactId>
    <version>3.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.redfin : patient-selenium to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.4
  • Latest Release Candidate: 2.1.0-RC5

All Versions

Choose a version of com.redfin : patient-selenium to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
patient-selenium-3.1.4
patient-selenium-3.1.3
patient-selenium-3.1.2
patient-selenium-3.1.1
patient-selenium-3.1.0
3.0.x
patient-selenium-3.0.0
2.2.x
patient-selenium-2.2.0
2.1.x
patient-selenium-2.1.1
patient-selenium-2.1.0
patient-selenium-2.1.0-RC5
patient-selenium-2.1.0-RC4
patient-selenium-2.1.0-RC3
patient-selenium-2.1.0-RC2
patient-selenium-2.1.0-RC1
2.0.x
patient-selenium-2.0.3-RC1
patient-selenium-2.0.2-RC1
patient-selenium-2.0.1-RC1
patient-selenium-2.0.0-RC2
patient-selenium-2.0.0-RC1
1.5.x
patient-selenium-1.5.1
patient-selenium-1.5.0
1.4.x
patient-selenium-1.4.1
patient-selenium-1.4.0
1.3.x
patient-selenium-1.3.1
patient-selenium-1.3.0
1.2.x
patient-selenium-1.2.0
1.1.x
patient-selenium-1.1.0
1.0.x
patient-selenium-1.0.0
0.7.x
patient-selenium-0.7.0
0.6.x
patient-selenium-0.6.6
patient-selenium-0.6.5
patient-selenium-0.6.4
patient-selenium-0.6.3
patient-selenium-0.6.2
patient-selenium-0.6.1
patient-selenium-0.6.0
0.5.x
patient-selenium-0.5.3
patient-selenium-0.5.2
patient-selenium-0.5.1
patient-selenium-0.5.0
0.4.x
patient-selenium-0.4.0
0.3.x
patient-selenium-0.3.1
patient-selenium-0.3.0
0.2.x
patient-selenium-0.2.4
patient-selenium-0.2.3
patient-selenium-0.2.2
patient-selenium-0.2.1
patient-selenium-0.2.0
0.1.x
patient-selenium-0.1.0

How to add a dependency to Maven

Add the following com.redfin : patient-selenium maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.redfin</groupId>
    <artifactId>patient-selenium</artifactId>
    <version>3.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.redfin : patient-selenium gradle dependency to your build.gradle file:

implementation 'com.redfin:patient-selenium:3.1.4'

Gradle Kotlin DSL: Add the following com.redfin : patient-selenium gradle kotlin dependency to your build.gradle.kts file:

implementation("com.redfin:patient-selenium:3.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.redfin : patient-selenium sbt scala dependency to your build.sbt file:

libraryDependencies += "com.redfin" % "patient-selenium" % "3.1.4"

Advertisement