junit-selenium

base class for selenium tests

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

de.tobj.junit
ArtifactId

ArtifactId

junit-selenium
Last Version

Last Version

0.1.3
Release Date

Release Date

Type

Type

jar
Description

Description

junit-selenium
base class for selenium tests
Project Organization

Project Organization

Tobias Johannes

Download junit-selenium

How to add to project

<!-- 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"]

Dependencies

compile (4)

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

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.3
0.1.2
0.1.0