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.36.jar 下载
aem-selenium-it-base-0.2.36.pom 下载
aem-selenium-it-base-0.2.36-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.adobe.cq</groupId>
  <artifactId>aem-selenium-it-base</artifactId>
  <version>0.2.36</version>
</dependency>
Gradle Groovy
implementation 'com.adobe.cq:aem-selenium-it-base:0.2.36'
Gradle Kotlin
implementation("com.adobe.cq:aem-selenium-it-base:0.2.36")
Scala SBT
libraryDependencies += "com.adobe.cq" % "aem-selenium-it-base" % "0.2.36"
Groovy Grape
@Grapes(
  @Grab(group='com.adobe.cq', module='aem-selenium-it-base', version='0.2.36')
)
Apache Ivy
<dependency org="com.adobe.cq" name="aem-selenium-it-base" rev="0.2.36" />
Leiningen
[com.adobe.cq/aem-selenium-it-base "0.2.36"]
Apache Buildr
'com.adobe.cq:aem-selenium-it-base:jar:0.2.36'