x

xpathqs-web-selenium

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