s

selenium

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