Skip to content
Anto edited this page Jun 14, 2020 · 10 revisions

Welcome to the appium-framework wiki!

Here we will explain how this framework works and how to use it step by step:

  1. For starters you will need to install the required environments (Python, pip, Android SDK, Android Studio, appium...)

  2. Appium server and capabilities -> We need to get the capabilities for our webdriver to connect to the device and app

  3. App window class -> This are the classes where the ones where we write the methods that interact with the app using xpaths, ids and the webdriver

Clone this wiki locally