Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.2 KB

README.rst

File metadata and controls

41 lines (26 loc) · 1.2 KB

This Library for RobotFramework

Introduction

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.

Installation

Using pip

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

Project Contributors