is not current version
Last Version 3.1.4

com.redfin:patient-selenium 2.1.1

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.1
Type

Type

jar

Download patient-selenium 2.1.1


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