Skip to content

Commit f9d949e

Browse files
committed
Regenerated project docs
1 parent 34e18c7 commit f9d949e

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

docs/index.html

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h1 class="title">SeleniumLibrary</h1>
2020
<li><p><a class="reference internal" href="#browser-drivers" id="id9">Browser drivers</a></p></li>
2121
<li><p><a class="reference internal" href="#usage" id="id10">Usage</a></p></li>
2222
<li><p><a class="reference internal" href="#extending-seleniumlibrary" id="id11">Extending SeleniumLibrary</a></p></li>
23-
<li><p><a class="reference internal" href="#support" id="id12">Support</a></p></li>
23+
<li><p><a class="reference internal" href="#community" id="id12">Community</a></p></li>
2424
<li><p><a class="reference internal" href="#versions" id="id13">Versions</a></p></li>
2525
<li><p><a class="reference internal" href="#history" id="id14">History</a></p></li>
2626
</ul>
@@ -30,11 +30,9 @@ <h1><a class="toc-backref" href="#id6">Introduction</a></h1>
3030
<p><a class="reference external" href="https://github.com/robotframework/SeleniumLibrary">SeleniumLibrary</a> is a web testing library for <a class="reference external" href="https://robotframework.org">Robot Framework</a> that
3131
utilizes the <a class="reference external" href="https://www.seleniumhq.org/">Selenium</a> tool internally. The project is hosted on <a class="reference external" href="https://github.com/robotframework/SeleniumLibrary">GitHub</a>
3232
and downloads can be found from <a class="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 <a class="reference external" href="https://python.org">Python</a> interpreter, it
35-
works also with <a class="reference external" href="https://pypy.org">PyPy</a> and <a class="reference external" href="https://jython.org/">Jython</a>. Unfortunately <a class="reference external" href="https://www.seleniumhq.org/">Selenium</a> is not
36-
currently supported by <a class="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 <a class="reference external" href="https://python.org">Python</a> interpreter, it works also
35+
with <a class="reference external" href="https://pypy.org">PyPy</a>.</p>
3836
<p>SeleniumLibrary is based on the <a class="reference external" href="https://github.com/robotframework/OldSeleniumLibrary">old SeleniumLibrary</a> that was forked to
3937
<a class="reference external" href="https://github.com/robotframework/Selenium2Library">Selenium2Library</a> and then later renamed back to SeleniumLibrary.
4038
See the <a class="reference internal" href="#versions">Versions</a> and <a class="reference internal" href="#history">History</a> sections below for more information about
@@ -171,9 +169,9 @@ <h1><a class="toc-backref" href="#id11">Extending SeleniumLibrary</a></h1>
171169
SeleniumLibrary. Please see <a class="reference external" href="https://github.com/robotframework/SeleniumLibrary/blob/master/docs/extending/extending.rst">extending documentation</a> for more details about the
172170
available methods and for examples how the library can be extended.</p>
173171
</div>
174-
<div class="section" id="support">
175-
<h1><a class="toc-backref" href="#id12">Support</a></h1>
176-
<p>If the provided documentation is not enough, there are various support forums
172+
<div class="section" id="community">
173+
<h1><a class="toc-backref" href="#id12">Community</a></h1>
174+
<p>If the provided documentation is not enough, there are various community channels
177175
available:</p>
178176
<ul class="simple">
179177
<li><p><a class="reference external" href="https://groups.google.com/group/robotframework-users">robotframework-users</a> mailing list</p></li>
@@ -182,7 +180,7 @@ <h1><a class="toc-backref" href="#id12">Support</a></h1>
182180
<li><p><a class="reference external" href="https://forum.robotframework.org/">Robot Framework forum</a> has channel for SeleniumLibrary.</p></li>
183181
<li><p>SeleniumLibrary <a class="reference external" href="https://github.com/robotframework/SeleniumLibrary/issues">issue tracker</a> for bug reports and concrete enhancement
184182
requests</p></li>
185-
<li><p><a class="reference external" href="https://robotframework.org/#support">Other support forums</a> including paid support</p></li>
183+
<li><p><a class="reference external" href="https://robotframework.org/#community">Other community channels</a> including paid support</p></li>
186184
</ul>
187185
</div>
188186
<div class="section" id="versions">
@@ -247,6 +245,11 @@ <h1><a class="toc-backref" href="#id13">Versions</a></h1>
247245
<td><p>Python 2.7 and 3.6+</p></td>
248246
<td><p>New PythonLibCore and dropped Python 3.5 support.</p></td>
249247
</tr>
248+
<tr><td><p>SeleniumLibrary 5.0</p></td>
249+
<td><p>Selenium 3 and 4</p></td>
250+
<td><p>Python 3.6+</p></td>
251+
<td><p>Python 2 and Jython support is dropped.</p></td>
252+
</tr>
250253
<tr><td><p>Selenium2Library 3.0</p></td>
251254
<td><p>Depends on SeleniumLibrary</p></td>
252255
<td><p>Depends on SeleniumLibrary</p></td>

0 commit comments

Comments
 (0)