@@ -10,11 +10,11 @@ SeleniumLibrary_ is a web testing library for `Robot Framework`_ that
1010utilizes the Selenium _ tool internally. The project is hosted on GitHub _
1111and 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
1919SeleniumLibrary is based on the `old SeleniumLibrary `_ that was forked to
2020Selenium2Library _ and then later renamed back to SeleniumLibrary.
@@ -195,14 +195,15 @@ different Selenium and Python versions. This is summarized in the table
195195below and the History _ section afterwards explains the project history
196196a 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
207208History
208209-------
0 commit comments