bs00336332 / robotframework-seleniumlibrary

Automatically exported from code.google.com/p/robotframework-seleniumlibrary
Apache License 2.0
0 stars 0 forks source link

Selenium test library for Robot Framework

Introduction

SeleniumLibrary is a test library for Robot Framework that enables testing of web applications. As the name suggests, it uses Selenium via Selenium-RC internally. Currently, not all features of Selenium are implemented in SeleniumLibrary, but most of them are quite trivial to implement when someone needs them.

Usage

To run tests with Robot Framework and SeleniumLibrary following things must be done

__ http://code.google.com/p/robotframework/wiki/UserGuide

Installation

See INSTALLATION.txt for installation and uninstallation instructions.

Directory Layout

demo/ A simple demonstration, with an application running on localhost.

doc/ Keyword documentation.

src/ Python source code.

test/ Acceptance tests for keywords using Robot Framework.

.. _Selenium: http://selenium.openqa.org .. _Selenium-RC: http://selenium-rc.openqa.org