is not current version
Last Version 3.1.4

com.redfin:patient-selenium 3.1.2

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

GroupId

GroupId

com.redfin
ArtifactId

ArtifactId

patient-selenium
Version

Version

3.1.2
Type

Type

jar

Download patient-selenium 3.1.2


<!-- https://jarcasting.com/artifacts/com.redfin/patient-selenium/ -->
<dependency>
    <groupId>com.redfin</groupId>
    <artifactId>patient-selenium</artifactId>
    <version>3.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.redfin/patient-selenium/
implementation 'com.redfin:patient-selenium:3.1.2'
// https://jarcasting.com/artifacts/com.redfin/patient-selenium/
implementation ("com.redfin:patient-selenium:3.1.2")
'com.redfin:patient-selenium:jar:3.1.2'
<dependency org="com.redfin" name="patient-selenium" rev="3.1.2">
  <artifact name="patient-selenium" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.redfin', module='patient-selenium', version='3.1.2')
)
libraryDependencies += "com.redfin" % "patient-selenium" % "3.1.2"
[com.redfin/patient-selenium "3.1.2"]