Metadata-Version: 1.1
Name: robotframework-weblibrary
Version: 2.0.0
Summary: Web testing library for Robot Framework Extended with Selenium2Library
Home-page: https://g.hz.netease.com/yixinplusQA/RFUI_Framework/tree/master/Third-Party-Module/WebLibrary
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 Selenium2Library_ project.
        We wrap the KWs(Web_xxxx) on it according to our project requirements.
        
        It support Python 2.x only.
        
        
        
        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 robotframework-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
