RobotFramework-MobileLibrary is an appium testing library for RobotFramework.
It uses Appium (version 1.x) to communicate with Android and iOS application, that leverages the Appium libraries. We wrap the KWs(Mobile_xxxx) on it according to our project requirements. similar to how Selenium WebDriver talks to web browser.
It support Python 2.x only.
The recommended installation method is using pip:
pip install robotframework-mobilelibrary
The main benefit of using pip
is that it automatically installs all
dependencies needed by the library. Other nice features are easy upgrading
and support for un-installation:
pip install --upgrade robotframework-mobilelibrary pip uninstall robotframework-mobilelibrary