Skip to content

Commit 6081f8b

Browse files
authored
Update README to SL 3.2 (#1203)
Update README to SL 3.2
1 parent ad3a914 commit 6081f8b

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

README.rst

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ SeleniumLibrary_ is a web testing library for `Robot Framework`_ that
1010
utilizes the Selenium_ tool internally. The project is hosted on GitHub_
1111
and downloads can be found from PyPI_.
1212

13-
SeleniumLibrary works with Selenium 2.53.6 or newer, including Selenium 3.
14-
It supports Python 2.7 as well as Python 3.3 or newer. In addition to the
15-
normal Python_ interpreter, it works also with PyPy_ and Jython_. Unfortunately
16-
Selenium_ is not currently supported by IronPython_ and thus this library
17-
does not work with IronPython either.
13+
SeleniumLibrary works with Selenium 3. It supports Python 2.7 as well as
14+
Python 3.4 or newer. In addition to the normal Python_ interpreter, it
15+
works also with PyPy_ and Jython_. Unfortunately Selenium_ is not
16+
currently supported by IronPython_ and thus this library does not work with
17+
IronPython either.
1818

1919
SeleniumLibrary is based on the `old SeleniumLibrary`_ that was forked to
2020
Selenium2Library_ and then later renamed back to SeleniumLibrary.
@@ -195,14 +195,15 @@ different Selenium and Python versions. This is summarized in the table
195195
below and the History_ section afterwards explains the project history
196196
a bit more.
197197

198-
================================== ================ =================== ===============
199-
Project Selenium Version Python Version Comment
200-
================================== ================ =================== ===============
201-
SeleniumLibrary 2.9.2 and earlier Selenium 1 and 2 Python 2.5-2.7 The original SeleniumLibrary using Selenium RC API.
202-
Selenium2Library 1.8.0 and earlier Selenium 2 and 3 Python 2.6-2.7 Fork of SeleniumLibrary using Selenium WebDriver API.
203-
SeleniumLibrary 3.0 and newer Selenium 2 and 3 Python 2.7 and 3.3+ Selenium2Library renamed and with Python 3 support and new architecture.
204-
Selenium2Library 3.0 and newer Selenium 2 and 3 Python 2.7 and 3.3+ Thin wrapper for SeleniumLibrary 3.0 to ease transition.
205-
================================== ================ =================== ===============
198+
================================== ========================== ========================== ===============
199+
Project Selenium Version Python Version Comment
200+
================================== ========================== ========================== ===============
201+
SeleniumLibrary 2.9.2 and earlier Selenium 1 and 2 Python 2.5-2.7 The original SeleniumLibrary using Selenium RC API.
202+
Selenium2Library 1.8.0 and earlier Selenium 2 and 3 Python 2.6-2.7 Fork of SeleniumLibrary using Selenium WebDriver API.
203+
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.
204+
SeleniumLibrary 3.2 and newer Selenium 3 Python 2.7 and 3.4+ Drops Selenium 2 support.
205+
Selenium2Library 3.0 Depends on SeleniumLibrary Depends on SeleniumLibrary Thin wrapper for SeleniumLibrary 3.0 to ease transition.
206+
================================== ========================== ========================== ===============
206207

207208
History
208209
-------

0 commit comments

Comments
 (0)