s

selenium

Selenium WebDriver wrapper framework for clean and maintainable tests.
https://github.com/WasiqB/coteafs-selenium
Files download
File Operation
selenium-3.3.0.jar download
selenium-3.3.0.pom download
selenium-3.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.wasiqb.coteafs</groupId>
  <artifactId>selenium</artifactId>
  <version>3.3.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.wasiqb.coteafs:selenium:3.3.0'
Gradle Kotlin
implementation("com.github.wasiqb.coteafs:selenium:3.3.0")
Scala SBT
libraryDependencies += "com.github.wasiqb.coteafs" % "selenium" % "3.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.wasiqb.coteafs', module='selenium', version='3.3.0')
)
Apache Ivy
<dependency org="com.github.wasiqb.coteafs" name="selenium" rev="3.3.0" />
Leiningen
[com.github.wasiqb.coteafs/selenium "3.3.0"]
Apache Buildr
'com.github.wasiqb.coteafs:selenium:jar:3.3.0'