robotframework-androidlibrary is a Robot Framework test library for all your Android automation needs.
It uses Calabash's Android test server to communicate with your instrumented Android application similar to how Selenium WebDriver talks to your web browser.
To install, just fetch the latest version from PyPI:
pip install --upgrade robotframework-androidlibrary
robotframework-androidlibrary uses calabash-android underneath. To install calabash-android (we've only tested this with v0.2.9 yet), use the following command:
gem install --version '= 0.2.9' calabash-android
To prepare your android app look at <https://github.com/calabash/calabash-android#installation>
robotframework is a port of the ruby-based calabash-android and therefore licensed under the Eclipse Public License (EPL) v1.0