Skip to content

kamalgirdher/Appium-RobotFramework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

#Appium + Java

Content

  1. Setup and Installation
  2. Important adb commands
  3. Launch application - webdriver >> androiddriver - desired capabilities
  4. uiautomatorviewer - inspect elements
  5. Native apps - android operations
  6. Brwoser on android
  7. adb operations
    • read /write text
    • tap
    • select from dropdown
    • swipe
    • scroll
    • Long press
    • Drag Drop
  8. Launching through command line
  9. framework development
  10. Multiple devices
  11. emulators
  12. Real devices versus emulators

Setup and Installation

**Tutorial : **

Downloads

1. Download and install Java (JDK).
2. Download and install Eclipse
3. Download and install Android Studio
4. Download and install Appium

Set Environment Variables

1. JAVA_HOME = <path of jdk>
2. ANDROID_HOME = <path of sdk>
3. PATH

Check Setup

1. To check java

2. To check adb

3. To check aapt

4. To check uiautomatorviewer

About

Learn android automation using Appium & Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published