a

aem-selenium-it-base

Base for testing using Selenium, using Selenide + Selenium-Jupiter
https://github.com/adobe/aem-selenium-it-base
The Apache License, Version 2.0
Ankit Agarwal Abhinav Saraswat
文件下载
文件名 操作
aem-selenium-it-base-0.2.14.jar 下载
aem-selenium-it-base-0.2.14.pom 下载
aem-selenium-it-base-0.2.14-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.adobe.cq</groupId>
  <artifactId>aem-selenium-it-base</artifactId>
  <version>0.2.14</version>
</dependency>
Gradle Groovy
implementation 'com.adobe.cq:aem-selenium-it-base:0.2.14'
Gradle Kotlin
implementation("com.adobe.cq:aem-selenium-it-base:0.2.14")
Scala SBT
libraryDependencies += "com.adobe.cq" % "aem-selenium-it-base" % "0.2.14"
Groovy Grape
@Grapes(
  @Grab(group='com.adobe.cq', module='aem-selenium-it-base', version='0.2.14')
)
Apache Ivy
<dependency org="com.adobe.cq" name="aem-selenium-it-base" rev="0.2.14" />
Leiningen
[com.adobe.cq/aem-selenium-it-base "0.2.14"]
Apache Buildr
'com.adobe.cq:aem-selenium-it-base:jar:0.2.14'