Metadata-Version: 2.0
Name: robotframework-weblibrary
Version: 2.0.2.dev4
Summary: Web testing library for Robot Framework Extended with Selenium2Library
Home-page: https://github.com/Netease-AutoTest/robotframework-weblibrary
Author: Subscription QA
Author-email: longmazhanfeng@gmail.com
License: Apache License 2.0
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7

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.
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



