This is implementation of PageFactory framework with Appium for Android device.
Current framework provide basic implementation of PageFactory frame and demostrated on native android application.
The same implementation for mobile sites and Hybrid apps will be covered later.
- Android SDK
- Appium
- Maven (For managing dependencies)
- Eclipse
- Install from git
- Run "mvn clean install" from project directory
- Run as testNG from eclipse
To be done