Skip to content

Commit

Permalink
Regenerated project docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aaltat committed Apr 19, 2020
1 parent 327dcbc commit 94032c7
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ <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. It supports Python 2.7 as well as
Python 3.4 or newer. In addition to the normal <a class="reference external" href="https://python.org">Python</a> interpreter, it
<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>
Expand All @@ -40,8 +40,9 @@ <h1><a class="toc-backref" href="#id6">Introduction</a></h1>
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
different versions and the overall project history.</p>
<a class="reference external image-reference" href="https://pypi.python.org/pypi/robotframework-seleniumlibrary"><img alt="https://img.shields.io/pypi/v/robotframework-seleniumlibrary.svg?label=version" src="https://img.shields.io/pypi/v/robotframework-seleniumlibrary.svg?label=version" /></a>
<a class="reference external image-reference" href="https://pypi.python.org/pypi/robotframework-seleniumlibrary"><img alt="https://img.shields.io/pypi/dm/robotframework-seleniumlibrary.svg" src="https://img.shields.io/pypi/dm/robotframework-seleniumlibrary.svg" /></a>
<a class="reference external image-reference" href="https://www.apache.org/licenses/LICENSE-2.0"><img alt="https://img.shields.io/pypi/l/robotframework-seleniumlibrary.svg" src="https://img.shields.io/pypi/l/robotframework-seleniumlibrary.svg" /></a>
<a class="reference external image-reference" href="https://travis-ci.org/robotframework/SeleniumLibrary"><img alt="https://travis-ci.org/robotframework/SeleniumLibrary.svg?branch=master" src="https://travis-ci.org/robotframework/SeleniumLibrary.svg?branch=master" /></a>
<a class="reference external image-reference" href="https://github.com/robotframework/SeleniumLibrary/actions?query=workflow%3A%22SeleniumLibrary+CI%22"><img alt="https://github.com/robotframework/SeleniumLibrary/workflows/SeleniumLibrary%20CI/badge.svg" src="https://github.com/robotframework/SeleniumLibrary/workflows/SeleniumLibrary%20CI/badge.svg" /></a>
</div>
<div class="section" id="keyword-documentation">
<h1><a class="toc-backref" href="#id7">Keyword documentation</a></h1>
Expand Down Expand Up @@ -240,6 +241,11 @@ <h1><a class="toc-backref" href="#id13">Versions</a></h1>
<td><p>Python 2.7 and 3.5+</p></td>
<td><p>Supports only Selenium 3.141.0 or newer.</p></td>
</tr>
<tr><td><p>SeleniumLibrary 4.4</p></td>
<td><p>Selenium 3 and 4</p></td>
<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>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 94032c7

Please sign in to comment.