MVN

com.github.lwfwind.automation : android-automation-library

Maven & Gradle

Aug 25, 2016
3 stars

Support android ui automaton such as identify Toast and PopupWindow for appium

<dependency>
    <groupId>com.github.lwfwind.automation</groupId>
    <artifactId>android-automation-library</artifactId>
    <version>2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.lwfwind.automation : android-automation-library to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2

All Versions

Choose a version of com.github.lwfwind.automation : android-automation-library to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2
android-automation-library-2.2
2.1
android-automation-library-2.1
2.0
android-automation-library-2.0
1.9
android-automation-library-1.9
1.8
android-automation-library-1.8
1.7
android-automation-library-1.7
1.6
android-automation-library-1.6
1.5
android-automation-library-1.5
1.4
android-automation-library-1.4
1.3
android-automation-library-1.3
1.2
android-automation-library-1.2
1.1
android-automation-library-1.1
1.0
android-automation-library-1.0

How to add a dependency to Maven

Add the following com.github.lwfwind.automation : android-automation-library maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.lwfwind.automation</groupId>
    <artifactId>android-automation-library</artifactId>
    <version>2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.lwfwind.automation : android-automation-library gradle dependency to your build.gradle file:

implementation 'com.github.lwfwind.automation:android-automation-library:2.2'

Gradle Kotlin DSL: Add the following com.github.lwfwind.automation : android-automation-library gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.lwfwind.automation:android-automation-library:2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.lwfwind.automation : android-automation-library sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.lwfwind.automation" % "android-automation-library" % "2.2"