Metadata-Version: 1.1
Name: robotframework-mobilelibrary
Version: 2.0.5.dev4
Summary: app testing library for Robot Framework Extended with AppiumLibrary
Home-page: https://github.com/Netease-AutoTest/robotframework-mobilelibrary
Author: Subscription QA
Author-email: longmazhanfeng@gmail.com
License: Apache License 2.0
Description: This Library for RobotFramework
        ==================================================
        
        Introduction
        ------------
        
        RobotFramework-MobileLibrary is an appium testing library for `RobotFramework <http://code.google.com/p/robotframework/>`_.
        
        It uses `Appium <http://appium.io/>`_ (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 <http://seleniumhq.org/projects/webdriver/>`_ talks to web browser.
        
        
        It support Python 2.x only.
        
        
        Installation
        ------------
        
        Using ``pip``
        '''''''''''''
        
        The recommended installation method is using
        `pip <http://pip-installer.org>`__::
        
            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
        --------------------
        * `Dong Hao <longmazhanfeng@gmail.com>`_
        * `Wang Yangdan <wangyangdan@gmail.com>`_
        * `Xia Daqiang <joehisaishi1943@gmail.com>`_
        
        
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
