License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcz.datalite.zk-dl |
ArtifactId | ArtifactIdSelenium |
Last Version | Last Version1.4.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSelenium
Integration tests with Selenium 2.0 (WebDriver) - PageObjects pattern (still in beta)
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
Selenium-1.4.5.pom | |
Selenium-1.4.5.jar | 78 KB |
Selenium-1.4.5-sources.jar | 51 KB |
Selenium-1.4.5-javadoc.jar | 251 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cz.datalite.zk-dl/Selenium/ -->
<dependency>
<groupId>cz.datalite.zk-dl</groupId>
<artifactId>Selenium</artifactId>
<version>1.4.5</version>
</dependency>
// https://jarcasting.com/artifacts/cz.datalite.zk-dl/Selenium/
implementation 'cz.datalite.zk-dl:Selenium:1.4.5'
// https://jarcasting.com/artifacts/cz.datalite.zk-dl/Selenium/
implementation ("cz.datalite.zk-dl:Selenium:1.4.5")
'cz.datalite.zk-dl:Selenium:jar:1.4.5'
<dependency org="cz.datalite.zk-dl" name="Selenium" rev="1.4.5">
<artifact name="Selenium" type="jar" />
</dependency>
@Grapes(
@Grab(group='cz.datalite.zk-dl', module='Selenium', version='1.4.5')
)
libraryDependencies += "cz.datalite.zk-dl" % "Selenium" % "1.4.5"
[cz.datalite.zk-dl/Selenium "1.4.5"]
Group / Artifact | Type | Version |
---|---|---|
cz.datalite.zk-dl : DLHelpers | jar | 1.4.5 |
org.seleniumhq.selenium : selenium-java | jar | 2.20.0 |
junit : junit Optional | jar | 4.8.1 |
log4j : log4j Optional | jar | 1.2.17 |
org.slf4j : slf4j-api | jar | 1.7.5 |