#Appium + Java
- Setup and Installation
- Important adb commands
- Launch application - webdriver >> androiddriver - desired capabilities
- uiautomatorviewer - inspect elements
- Native apps - android operations
- Brwoser on android
- adb operations
- read /write text
- tap
- select from dropdown
- swipe
- scroll
- Long press
- Drag Drop
- Launching through command line
- framework development
- Multiple devices
- emulators
- Real devices versus emulators
**Tutorial : **
1. Download and install Java (JDK).
2. Download and install Eclipse
3. Download and install Android Studio
4. Download and install Appium
1. JAVA_HOME = <path of jdk>
2. ANDROID_HOME = <path of sdk>
3. PATH
1. To check java
2. To check adb
3. To check aapt
4. To check uiautomatorviewer