Thanks to visit codestin.com
Credit goes to github.com

Skip to content

hhakkala/robotframework-selenium2library

 
 

Repository files navigation

Selenium 2 (WebDriver) library for Robot Framework

Introduction

Selenium2Library is a web testing library for Robot Framework that leverage the Selenium 2 (WebDriver) libraries from the Selenium project.

It is modeled after (and forked from) the SeleniumLibrary library, but re-implemented to use Selenium 2 and WebDriver technologies.

  • More information about this library can be found on the Wiki and in the Keyword Documentation.
  • Installation information is found in the INSTALL.rest file.
  • Developer information is found in BUILD.rest file.

Directory Layout

demo/
A simple demonstration, with an application running on localhost
doc/
Keyword documentation
src/
Python source code

Usage

To write tests with Robot Framework and Selenium2Library, Selenium2Library must be imported into your Robot test suite. See Robot Framework User Guide for more information.

Running the Demo

The demo directory contains an easily executable demo for Robot Framework using Selenium2Library. The tests can be executed by running:

python demo/rundemo.py

About

Web testing library for Robot Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.2%
  • JavaScript 3.8%