s

selenium-help

Library that helps you use Selenium WebDriver in Java
https://github.com/mike10004/selenium-help
MIT License
Mike Chaberski
文件下载
文件名 操作
selenium-help-0.39.jar 下载
selenium-help-0.39.pom 下载
selenium-help-0.39-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.mike10004</groupId>
  <artifactId>selenium-help</artifactId>
  <version>0.39</version>
</dependency>
Gradle Groovy
implementation 'com.github.mike10004:selenium-help:0.39'
Gradle Kotlin
implementation("com.github.mike10004:selenium-help:0.39")
Scala SBT
libraryDependencies += "com.github.mike10004" % "selenium-help" % "0.39"
Groovy Grape
@Grapes(
  @Grab(group='com.github.mike10004', module='selenium-help', version='0.39')
)
Apache Ivy
<dependency org="com.github.mike10004" name="selenium-help" rev="0.39" />
Leiningen
[com.github.mike10004/selenium-help "0.39"]
Apache Buildr
'com.github.mike10004:selenium-help:jar:0.39'