You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p><aclass="reference external" href="https://github.com/robotframework/SeleniumLibrary">SeleniumLibrary</a> is a web testing library for <aclass="reference external" href="http://robotframework.org">Robot Framework</a> that
31
31
utilizes the <aclass="reference external" href="http://seleniumhq.org">Selenium</a> tool internally. The project is hosted on <aclass="reference external" href="https://github.com/robotframework/SeleniumLibrary">GitHub</a>
32
32
and downloads can be found from <aclass="reference external" href="https://pypi.python.org/pypi/robotframework-seleniumlibrary">PyPI</a>.</p>
33
-
<p>SeleniumLibrary works with Selenium 2.53.6 or newer, including Selenium 3.
34
-
It supports Python 2.7 as well as Python 3.3 or newer. In addition to the
35
-
normal <aclass="reference external" href="http://python.org">Python</a>interpreter, it works also with <aclass="reference external" href="http://pypy.org">PyPy</a> and<aclass="reference external" href="http://jython.org">Jython</a>. Unfortunately
36
-
<aclass="reference external" href="http://seleniumhq.org">Selenium</a> is not currently supported by <aclass="reference external" href="http://ironpython.net">IronPython</a> and thus this library
37
-
does not work with IronPython either.</p>
33
+
<p>SeleniumLibrary works with Selenium 3. It supports Python 2.7 as well as
34
+
Python 3.4 or newer. In addition to the normal <aclass="reference external" href="http://python.org">Python</a> interpreter, it
35
+
works also with <aclass="reference external" href="http://pypy.org">PyPy</a>and <aclass="reference external" href="http://jython.org">Jython</a>. Unfortunately<aclass="reference external" href="http://seleniumhq.org">Selenium</a> is not
36
+
currently supported by <aclass="reference external" href="http://ironpython.net">IronPython</a> and thus this library does not work with
37
+
IronPython either.</p>
38
38
<p>SeleniumLibrary is based on the <aclass="reference external" href="https://github.com/robotframework/OldSeleniumLibrary">old SeleniumLibrary</a> that was forked to
39
39
<aclass="reference external" href="https://github.com/robotframework/Selenium2Library">Selenium2Library</a> and then later renamed back to SeleniumLibrary.
40
40
See the <aclass="reference internal" href="#versions">Versions</a> and <aclass="reference internal" href="#history">History</a> sections below for more information about
0 commit comments