t

tourniquet-pageobjects

A small library to define a pageobject model for testing applications with selenium.
Files download
File Operation
tourniquet-pageobjects-0.4.8.jar download
tourniquet-pageobjects-0.4.8.pom download
tourniquet-pageobjects-0.4.8-sources.jar download
Apache Maven
<dependency>
  <groupId>io.tourniquet.junit</groupId>
  <artifactId>tourniquet-pageobjects</artifactId>
  <version>0.4.8</version>
</dependency>
Gradle Groovy
implementation 'io.tourniquet.junit:tourniquet-pageobjects:0.4.8'
Gradle Kotlin
implementation("io.tourniquet.junit:tourniquet-pageobjects:0.4.8")
Scala SBT
libraryDependencies += "io.tourniquet.junit" % "tourniquet-pageobjects" % "0.4.8"
Groovy Grape
@Grapes(
  @Grab(group='io.tourniquet.junit', module='tourniquet-pageobjects', version='0.4.8')
)
Apache Ivy
<dependency org="io.tourniquet.junit" name="tourniquet-pageobjects" rev="0.4.8" />
Leiningen
[io.tourniquet.junit/tourniquet-pageobjects "0.4.8"]
Apache Buildr
'io.tourniquet.junit:tourniquet-pageobjects:jar:0.4.8'