Skip to content

Commit 03518ba

Browse files
committed
Regenerated project docs
1 parent e2da697 commit 03518ba

File tree

1 file changed

+18
-13
lines changed

1 file changed

+18
-13
lines changed

docs/index.html

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ <h1><a class="toc-backref" href="#id5">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="http://robotframework.org">Robot Framework</a> that
3131
utilizes the <a class="reference external" href="http://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 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 <a class="reference external" href="http://python.org">Python</a> interpreter, it works also with <a class="reference external" href="http://pypy.org">PyPy</a> and <a class="reference external" href="http://jython.org">Jython</a>. Unfortunately
36-
<a class="reference external" href="http://seleniumhq.org">Selenium</a> is not currently supported by <a class="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 <a class="reference external" href="http://python.org">Python</a> interpreter, it
35+
works also with <a class="reference external" href="http://pypy.org">PyPy</a> and <a class="reference external" href="http://jython.org">Jython</a>. Unfortunately <a class="reference external" href="http://seleniumhq.org">Selenium</a> is not
36+
currently supported by <a class="reference external" href="http://ironpython.net">IronPython</a> and thus this library does not work with
37+
IronPython either.</p>
3838
<p>SeleniumLibrary is based on the <a class="reference external" href="https://github.com/robotframework/OldSeleniumLibrary">old SeleniumLibrary</a> that was forked to
3939
<a class="reference external" href="https://github.com/robotframework/Selenium2Library">Selenium2Library</a> and then later renamed back to SeleniumLibrary.
4040
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
@@ -183,10 +183,10 @@ <h1><a class="toc-backref" href="#id12">Versions</a></h1>
183183
a bit more.</p>
184184
<table>
185185
<colgroup>
186-
<col style="width: 24%" />
187-
<col style="width: 11%" />
188-
<col style="width: 13%" />
189-
<col style="width: 51%" />
186+
<col style="width: 22%" />
187+
<col style="width: 16%" />
188+
<col style="width: 16%" />
189+
<col style="width: 46%" />
190190
</colgroup>
191191
<thead>
192192
<tr><th class="head"><p>Project</p></th>
@@ -206,14 +206,19 @@ <h1><a class="toc-backref" href="#id12">Versions</a></h1>
206206
<td><p>Python 2.6-2.7</p></td>
207207
<td><p>Fork of SeleniumLibrary using Selenium WebDriver API.</p></td>
208208
</tr>
209-
<tr><td><p>SeleniumLibrary 3.0 and newer</p></td>
209+
<tr><td><p>SeleniumLibrary 3.0 and 3.1</p></td>
210210
<td><p>Selenium 2 and 3</p></td>
211211
<td><p>Python 2.7 and 3.3+</p></td>
212212
<td><p>Selenium2Library renamed and with Python 3 support and new architecture.</p></td>
213213
</tr>
214-
<tr><td><p>Selenium2Library 3.0 and newer</p></td>
215-
<td><p>Selenium 2 and 3</p></td>
216-
<td><p>Python 2.7 and 3.3+</p></td>
214+
<tr><td><p>SeleniumLibrary 3.2 and newer</p></td>
215+
<td><p>Selenium 3</p></td>
216+
<td><p>Python 2.7 and 3.4+</p></td>
217+
<td><p>Drops Selenium 2 support.</p></td>
218+
</tr>
219+
<tr><td><p>Selenium2Library 3.0</p></td>
220+
<td><p>Depends on SeleniumLibrary</p></td>
221+
<td><p>Depends on SeleniumLibrary</p></td>
217222
<td><p>Thin wrapper for SeleniumLibrary 3.0 to ease transition.</p></td>
218223
</tr>
219224
</tbody>

0 commit comments

Comments
 (0)