License |
License |
---|---|
GroupId | GroupIdcom.redfin |
ArtifactId | ArtifactIdpatient-selenium |
Version | Version3.1.4 |
Type | Typejar |
Description |
DescriptionPatient Selenium
Patient Selenium is a customizable Java library wrapper for Selenium to
build page objects that wait for configurable conditions with customizable
wait times.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
patient-selenium-3.1.4.pom | |
patient-selenium-3.1.4.jar | 24 KB |
patient-selenium-3.1.4-sources.jar | 20 KB |
patient-selenium-3.1.4-javadoc.jar | 83 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.redfin/patient-selenium/ -->
<dependency>
<groupId>com.redfin</groupId>
<artifactId>patient-selenium</artifactId>
<version>3.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.redfin/patient-selenium/
implementation 'com.redfin:patient-selenium:3.1.4'
// https://jarcasting.com/artifacts/com.redfin/patient-selenium/
implementation ("com.redfin:patient-selenium:3.1.4")
'com.redfin:patient-selenium:jar:3.1.4'
<dependency org="com.redfin" name="patient-selenium" rev="3.1.4">
<artifact name="patient-selenium" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.redfin', module='patient-selenium', version='3.1.4')
)
libraryDependencies += "com.redfin" % "patient-selenium" % "3.1.4"
[com.redfin/patient-selenium "3.1.4"]
Group / Artifact | Type | Version |
---|---|---|
com.redfin : validity | jar | 5.1.0 |
com.redfin : patience | jar | 5.0.0 |
org.seleniumhq.selenium : selenium-api | jar | 3.141.59 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-junit-jupiter | jar | 3.2.0 |
org.apiguardian : apiguardian-api | jar | 1.1.0 |
org.junit.jupiter : junit-jupiter-api | jar | 5.5.2 |
org.junit.jupiter : junit-jupiter-params | jar | 5.5.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.5.2 |