x

xpathqs-web-selenium

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