s

seleniumframework

A framework to enable test automation engineers to focus on writing tests rather than maintaining a testing framework
https://gitlab.developers.cam.ac.uk/uis/qa/selenium-java-framework
Apache License, Version 2.0
Jason Allen
Files download
File Operation
seleniumframework-6.2.1.jar download
seleniumframework-6.2.1.pom download
seleniumframework-6.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>uk.ac.cam.automation</groupId>
  <artifactId>seleniumframework</artifactId>
  <version>6.2.1</version>
</dependency>
Gradle Groovy
implementation 'uk.ac.cam.automation:seleniumframework:6.2.1'
Gradle Kotlin
implementation("uk.ac.cam.automation:seleniumframework:6.2.1")
Scala SBT
libraryDependencies += "uk.ac.cam.automation" % "seleniumframework" % "6.2.1"
Groovy Grape
@Grapes(
  @Grab(group='uk.ac.cam.automation', module='seleniumframework', version='6.2.1')
)
Apache Ivy
<dependency org="uk.ac.cam.automation" name="seleniumframework" rev="6.2.1" />
Leiningen
[uk.ac.cam.automation/seleniumframework "6.2.1"]
Apache Buildr
'uk.ac.cam.automation:seleniumframework:jar:6.2.1'