Metadata-Version: 1.1
Name: mobilelibrary
Version: 1.3.5.5
Summary: app testing library for Robot Framework
Home-page:  
Author: Subscription QA
Author-email: <longmazhanfeng@gmail.com>
License: Apache License 2.0
Description: This library for RobotFramework
        ==================================================
        
        Introduction
        ------------
        
        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 
        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 mobilelibrary
        
        
        
        Usage
        -----
        
        To write tests with Robot Framework and AppiumLibrary, 
        AppiumLibrary must be imported into your RF test suite.
        See `Robot Framework User Guide <https://code.google.com/p/robotframework/wiki/UserGuide>`_ 
        for more information.
        
        As it uses Appium make sure your Appium server is up and running.
        For how to use Appium please refer to `Appium Documentation <http://appium.io/getting-started.html>`_
        
Keywords: robotframework testing testautomation mobile appium webdriver app
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Testing
