robotframework / OldSeleniumLibrary

Deprecated Selenium library for Robot Framework
Apache License 2.0
13 stars 3 forks source link

Selenium test library for Robot Framework

This library is deprecated. Please use Selenium2Library <https://github.com/robotframework/Selenium2Library>_ instead.

Introduction

SeleniumLibrary is a test library for Robot Framework that enables testing of web applications. As the name suggests, it uses Selenium tool <http://selenium.openqa.org> internally. Because it uses the deprecated Selenium 1.0 version also the library itself is deprecated. All new projects should use Selenium2Library and existing users are also recommended to upgrade to it.

This projects has been migrated from dying Google Code <http://code.google.com/p/robotframework-seleniumlibrary/>_.

Installation

If you have pip installed, you can install SeleniumLibrary by running::

pip install --upgrade robotframework-seleniumlibrary

For other alternatives and more information in general see <INSTALL.rst>__.

Usage

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

__ http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html

Documentation

General library usage and available keywords are documented in library documentation <http://robotframework.org/OldSeleniumLibrary/SeleniumLibrary.html>_.

Wiki <https://github.com/robotframework/OldSeleniumLibrary/wiki> contains additional information. Some information there is outdated, though, and some links point to the old Google Code project.