a

ai-devtools

The Smartdriver allows to augment your Selenium test with visual AI. You need to create an account at dev-tools.ai
https://dev-tools.ai
The Apache License, Version 2.0
Etienne DEGUINE
Files download
File Operation
ai-devtools-0.1.20.jar download
ai-devtools-0.1.20.pom download
ai-devtools-0.1.20-sources.jar download
Apache Maven
<dependency>
  <groupId>ai.dev-tools</groupId>
  <artifactId>ai-devtools</artifactId>
  <version>0.1.20</version>
</dependency>
Gradle Groovy
implementation 'ai.dev-tools:ai-devtools:0.1.20'
Gradle Kotlin
implementation("ai.dev-tools:ai-devtools:0.1.20")
Scala SBT
libraryDependencies += "ai.dev-tools" % "ai-devtools" % "0.1.20"
Groovy Grape
@Grapes(
  @Grab(group='ai.dev-tools', module='ai-devtools', version='0.1.20')
)
Apache Ivy
<dependency org="ai.dev-tools" name="ai-devtools" rev="0.1.20" />
Leiningen
[ai.dev-tools/ai-devtools "0.1.20"]
Apache Buildr
'ai.dev-tools:ai-devtools:jar:0.1.20'