is not current version
Last Version 3.1.4

com.redfin:patient-selenium 2.1.0-RC3

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

2.1.0-RC3
Type

Type

jar

Download patient-selenium 2.1.0-RC3


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