License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdde.tobj.junit |
ArtifactId | ArtifactIdjunit-selenium |
Version | Version0.1.3 |
Type | Typejar |
Description |
Descriptionjunit-selenium
base class for selenium tests
|
Project Organization |
Project OrganizationTobias Johannes |
Filename | Size |
---|---|
junit-selenium-0.1.3.pom | |
junit-selenium-0.1.3.jar | 23 KB |
junit-selenium-0.1.3-sources.jar | 9 KB |
junit-selenium-0.1.3-javadoc.jar | 92 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.tobj.junit/junit-selenium/ -->
<dependency>
<groupId>de.tobj.junit</groupId>
<artifactId>junit-selenium</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/de.tobj.junit/junit-selenium/
implementation 'de.tobj.junit:junit-selenium:0.1.3'
// https://jarcasting.com/artifacts/de.tobj.junit/junit-selenium/
implementation ("de.tobj.junit:junit-selenium:0.1.3")
'de.tobj.junit:junit-selenium:jar:0.1.3'
<dependency org="de.tobj.junit" name="junit-selenium" rev="0.1.3">
<artifact name="junit-selenium" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.tobj.junit', module='junit-selenium', version='0.1.3')
)
libraryDependencies += "de.tobj.junit" % "junit-selenium" % "0.1.3"
[de.tobj.junit/junit-selenium "0.1.3"]
Group / Artifact | Type | Version |
---|---|---|
org.seleniumhq.selenium : selenium-java | jar | 2.53.0 |
org.seleniumhq.selenium : selenium-remote-driver | jar | 2.53.0 |
junit : junit | jar | 4.12 |
org.apache.commons : commons-lang3 | jar | 3.4 |