w

web-selenium

Framework for the interaction with Selenium WebDriver
https://xpathqs.org/
MIT License
Nikita A. Chegodaev
Files download
File Operation
web-selenium-0.1.3.jar download
web-selenium-0.1.3.pom download
web-selenium-0.1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.xpathqs</groupId>
  <artifactId>web-selenium</artifactId>
  <version>0.1.3</version>
</dependency>
Gradle Groovy
implementation 'org.xpathqs:web-selenium:0.1.3'
Gradle Kotlin
implementation("org.xpathqs:web-selenium:0.1.3")
Scala SBT
libraryDependencies += "org.xpathqs" % "web-selenium" % "0.1.3"
Groovy Grape
@Grapes(
  @Grab(group='org.xpathqs', module='web-selenium', version='0.1.3')
)
Apache Ivy
<dependency org="org.xpathqs" name="web-selenium" rev="0.1.3" />
Leiningen
[org.xpathqs/web-selenium "0.1.3"]
Apache Buildr
'org.xpathqs:web-selenium:jar:0.1.3'