From 03518ba5188916e511447c051cb6c55121b5de02 Mon Sep 17 00:00:00 2001
From: Tatu Aalto SeleniumLibrary is a web testing library for Robot Framework that
utilizes the Selenium tool internally. The project is hosted on GitHub
and downloads can be found from PyPI. SeleniumLibrary works with Selenium 2.53.6 or newer, including Selenium 3.
-It supports Python 2.7 as well as Python 3.3 or newer. In addition to the
-normal Python interpreter, it works also with PyPy and Jython. Unfortunately
-Selenium is not currently supported by IronPython and thus this library
-does not work with IronPython either. SeleniumLibrary works with Selenium 3. It supports Python 2.7 as well as
+Python 3.4 or newer. In addition to the normal Python interpreter, it
+works also with PyPy and Jython. Unfortunately Selenium is not
+currently supported by IronPython and thus this library does not work with
+IronPython either. SeleniumLibrary is based on the old SeleniumLibrary that was forked to
Selenium2Library and then later renamed back to SeleniumLibrary.
See the Versions and History sections below for more information about
@@ -183,10 +183,10 @@ Introduction
Versions
a bit more.
Project |
@@ -206,14 +206,19 @@ Python 2.6-2.7 |
Fork of SeleniumLibrary using Selenium WebDriver API. |
|
---|---|---|---|
SeleniumLibrary 3.0 and newer |
+|||
SeleniumLibrary 3.0 and 3.1 |
Selenium 2 and 3 |
Python 2.7 and 3.3+ |
Selenium2Library renamed and with Python 3 support and new architecture. |
Selenium2Library 3.0 and newer |
-Selenium 2 and 3 |
-Python 2.7 and 3.3+ |
+|
SeleniumLibrary 3.2 and newer |
+Selenium 3 |
+Python 2.7 and 3.4+ |
+Drops Selenium 2 support. |
+
Selenium2Library 3.0 |
+Depends on SeleniumLibrary |
+Depends on SeleniumLibrary |
Thin wrapper for SeleniumLibrary 3.0 to ease transition. |