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="https://robotframework.org">Robot Framework</a> that
31
31
utilizes the <aclass="reference external" href="https://www.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 3 and 4. It supports Python 2.7 as well as
34
-
Python 3.6 or newer. In addition to the normal <aclass="reference external" href="https://python.org">Python</a> interpreter, it
35
-
works also with <aclass="reference external" href="https://pypy.org">PyPy</a> and <aclass="reference external" href="https://jython.org/">Jython</a>. Unfortunately <aclass="reference external" href="https://www.seleniumhq.org/">Selenium</a> is not
36
-
currently supported by <aclass="reference external" href="https://ironpython.net/">IronPython</a> and thus this library does not work with
37
-
IronPython either.</p>
33
+
<p>SeleniumLibrary works with Selenium 3 and 4. It supports Python 3.6 or
34
+
newer. In addition to the normal <aclass="reference external" href="https://python.org">Python</a> interpreter, it works also
35
+
with <aclass="reference external" href="https://pypy.org">PyPy</a>.</p>
38
36
<p>SeleniumLibrary is based on the <aclass="reference external" href="https://github.com/robotframework/OldSeleniumLibrary">old SeleniumLibrary</a> that was forked to
39
37
<aclass="reference external" href="https://github.com/robotframework/Selenium2Library">Selenium2Library</a> and then later renamed back to SeleniumLibrary.
40
38
See the <aclass="reference internal" href="#versions">Versions</a> and <aclass="reference internal" href="#history">History</a> sections below for more information about
SeleniumLibrary. Please see <aclass="reference external" href="https://github.com/robotframework/SeleniumLibrary/blob/master/docs/extending/extending.rst">extending documentation</a> for more details about the
172
170
available methods and for examples how the library can be extended.</p>
0 commit comments