# robotframework-androidlibrary
**Repository Path**: mirrors_peritus/robotframework-androidlibrary
## Basic Information
- **Project Name**: robotframework-androidlibrary
- **Description**: Robot Framework Automation Library for Android
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-09-25
- **Last Updated**: 2026-05-17
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
robotframework-androidlibrary
-----------------------------
**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.
Installation
++++++++++++
To install, just fetch the latest version from PyPI::
pip install --upgrade robotframework-androidlibrary
Prepare your App
++++++++++++++++
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
License
+++++++
robotframework is a port of the ruby-based `calabash-android` and therefore
licensed under the `Eclipse Public License (EPL) v1.0
`_