a

alp-selenium

Enable automatic usage of ALP with Selenium
https://github.com/lohika/ALP/wiki
GPLv3
Anton Smorodskiy Dmitry Irzhov
文件下载
文件名 操作
alp-selenium-0.7.jar 下载
alp-selenium-0.7.pom 下载
alp-selenium-0.7-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.lohika.alp</groupId>
  <artifactId>alp-selenium</artifactId>
  <version>0.7</version>
</dependency>
Gradle Groovy
implementation 'com.lohika.alp:alp-selenium:0.7'
Gradle Kotlin
implementation("com.lohika.alp:alp-selenium:0.7")
Scala SBT
libraryDependencies += "com.lohika.alp" % "alp-selenium" % "0.7"
Groovy Grape
@Grapes(
  @Grab(group='com.lohika.alp', module='alp-selenium', version='0.7')
)
Apache Ivy
<dependency org="com.lohika.alp" name="alp-selenium" rev="0.7" />
Leiningen
[com.lohika.alp/alp-selenium "0.7"]
Apache Buildr
'com.lohika.alp:alp-selenium:jar:0.7'