Skip to content

Commit

Permalink
Regenerated project docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aaltat committed Sep 21, 2020
1 parent 34e18c7 commit f9d949e
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h1 class="title">SeleniumLibrary</h1>
<li><p><a class="reference internal" href="#browser-drivers" id="id9">Browser drivers</a></p></li>
<li><p><a class="reference internal" href="#usage" id="id10">Usage</a></p></li>
<li><p><a class="reference internal" href="#extending-seleniumlibrary" id="id11">Extending SeleniumLibrary</a></p></li>
<li><p><a class="reference internal" href="#support" id="id12">Support</a></p></li>
<li><p><a class="reference internal" href="#community" id="id12">Community</a></p></li>
<li><p><a class="reference internal" href="#versions" id="id13">Versions</a></p></li>
<li><p><a class="reference internal" href="#history" id="id14">History</a></p></li>
</ul>
Expand All @@ -30,11 +30,9 @@ <h1><a class="toc-backref" href="#id6">Introduction</a></h1>
<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
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>
and downloads can be found from <a class="reference external" href="https://pypi.python.org/pypi/robotframework-seleniumlibrary">PyPI</a>.</p>
<p>SeleniumLibrary works with Selenium 3 and 4. It supports Python 2.7 as well as
Python 3.6 or newer. In addition to the normal <a class="reference external" href="https://python.org">Python</a> interpreter, it
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
currently supported by <a class="reference external" href="https://ironpython.net/">IronPython</a> and thus this library does not work with
IronPython either.</p>
<p>SeleniumLibrary works with Selenium 3 and 4. It supports Python 3.6 or
newer. In addition to the normal <a class="reference external" href="https://python.org">Python</a> interpreter, it works also
with <a class="reference external" href="https://pypy.org">PyPy</a>.</p>
<p>SeleniumLibrary is based on the <a class="reference external" href="https://github.com/robotframework/OldSeleniumLibrary">old SeleniumLibrary</a> that was forked to
<a class="reference external" href="https://github.com/robotframework/Selenium2Library">Selenium2Library</a> and then later renamed back to SeleniumLibrary.
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
Expand Down Expand Up @@ -171,9 +169,9 @@ <h1><a class="toc-backref" href="#id11">Extending SeleniumLibrary</a></h1>
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
available methods and for examples how the library can be extended.</p>
</div>
<div class="section" id="support">
<h1><a class="toc-backref" href="#id12">Support</a></h1>
<p>If the provided documentation is not enough, there are various support forums
<div class="section" id="community">
<h1><a class="toc-backref" href="#id12">Community</a></h1>
<p>If the provided documentation is not enough, there are various community channels
available:</p>
<ul class="simple">
<li><p><a class="reference external" href="https://groups.google.com/group/robotframework-users">robotframework-users</a> mailing list</p></li>
Expand All @@ -182,7 +180,7 @@ <h1><a class="toc-backref" href="#id12">Support</a></h1>
<li><p><a class="reference external" href="https://forum.robotframework.org/">Robot Framework forum</a> has channel for SeleniumLibrary.</p></li>
<li><p>SeleniumLibrary <a class="reference external" href="https://github.com/robotframework/SeleniumLibrary/issues">issue tracker</a> for bug reports and concrete enhancement
requests</p></li>
<li><p><a class="reference external" href="https://robotframework.org/#support">Other support forums</a> including paid support</p></li>
<li><p><a class="reference external" href="https://robotframework.org/#community">Other community channels</a> including paid support</p></li>
</ul>
</div>
<div class="section" id="versions">
Expand Down Expand Up @@ -247,6 +245,11 @@ <h1><a class="toc-backref" href="#id13">Versions</a></h1>
<td><p>Python 2.7 and 3.6+</p></td>
<td><p>New PythonLibCore and dropped Python 3.5 support.</p></td>
</tr>
<tr><td><p>SeleniumLibrary 5.0</p></td>
<td><p>Selenium 3 and 4</p></td>
<td><p>Python 3.6+</p></td>
<td><p>Python 2 and Jython support is dropped.</p></td>
</tr>
<tr><td><p>Selenium2Library 3.0</p></td>
<td><p>Depends on SeleniumLibrary</p></td>
<td><p>Depends on SeleniumLibrary</p></td>
Expand Down

0 comments on commit f9d949e

Please sign in to comment.