Metadata-Version: 1.1
Name: robotframework-weblibrary
Version: 1.0.0
Summary: Web testing library for Robot Framework
Home-page:  
Author: Dong Hao
Author-email: <longmazhanfeng@gmail.com>
License: Apache License 2.0
Description: Robotframework-WebLibrary for RobotFramework
        ==================================================
        
        Introduction
        ------------
        
        Robotframework-WebLibrary is a web testing library for `Robot Framework`_ that leverages the `Selenium 2 (WebDriver)`_ libraries from the Selenium_ project.
        
        
        Installation
        ------------
        
        Using ``pip``
        '''''''''''''
        
        The recommended installation method is using
        `pip <http://pip-installer.org>`__::
        
            pip install robotframework-weblibrary
        
        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-weblibrary
            pip uninstall weblibrary
        
        
        Project Contributors
        --------------------
        * `Dong Hao <longmazhanfeng@gmail.com>`_
        * `Wang Yangdan <wangyangdan@gmail.com>`_
        * `Xia Daqiang <joehisaishi1943@gmail.com>`_
        
        .. _Robot Framework: http://robotframework.org
        .. _Selenium 2 (WebDriver): http://seleniumhq.org/docs/03_webdriver.html
        .. _Selenium: http://selenium.openqa.org
Keywords: robotframework testing testautomation selenium selenium2 webdriver web
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
