Skip to content

Commit 2ee5757

Browse files
committed
Regenerated project docs
1 parent 84fdfe9 commit 2ee5757

File tree

1 file changed

+23
-17
lines changed

1 file changed

+23
-17
lines changed

docs/index.html

Lines changed: 23 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -27,25 +27,25 @@ <h1 class="title">SeleniumLibrary</h1>
2727
</div>
2828
<div class="section" id="introduction">
2929
<h1><a class="toc-backref" href="#id6">Introduction</a></h1>
30-
<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
31-
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>
30+
<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
31+
utilizes the <a class="reference external" href="https://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>
3333
<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
34+
Python 3.4 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://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
3737
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
4141
different versions and the overall project history.</p>
4242
<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>
43-
<a class="reference external image-reference" href="http://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>
44-
<a class="reference external image-reference" href="http://travis-ci.org/robotframework/SeleniumLibrary"><img alt="https://api.travis-ci.org/robotframework/SeleniumLibrary.png" src="https://api.travis-ci.org/robotframework/SeleniumLibrary.png" /></a>
43+
<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>
44+
<a class="reference external image-reference" href="https://travis-ci.org/robotframework/SeleniumLibrary"><img alt="https://api.travis-ci.org/robotframework/SeleniumLibrary.png" src="https://api.travis-ci.org/robotframework/SeleniumLibrary.png" /></a>
4545
</div>
4646
<div class="section" id="keyword-documentation">
4747
<h1><a class="toc-backref" href="#id7">Keyword documentation</a></h1>
48-
<p>See <a class="reference external" href="http://robotframework.org/SeleniumLibrary/SeleniumLibrary.html">keyword documentation</a> for available keywords and more information
48+
<p>See <a class="reference external" href="https://robotframework.org/SeleniumLibrary/SeleniumLibrary.html">keyword documentation</a> for available keywords and more information
4949
about the library in general.</p>
5050
</div>
5151
<div class="section" id="installation">
@@ -105,7 +105,7 @@ <h1><a class="toc-backref" href="#id10">Usage</a></h1>
105105
<p>To use SeleniumLibrary in Robot Framework tests, the library needs to
106106
first be imported using the <span class="docutils literal">Library</span> setting as any other library.
107107
The library accepts some import time arguments, which are documented
108-
in the <a class="reference external" href="http://robotframework.org/SeleniumLibrary/SeleniumLibrary.html">keyword documentation</a> along with all the keywords provided
108+
in the <a class="reference external" href="https://robotframework.org/SeleniumLibrary/SeleniumLibrary.html">keyword documentation</a> along with all the keywords provided
109109
by the library.</p>
110110
<p>When using Robot Framework, it is generally recommended to write as
111111
easy-to-understand tests as possible. The keywords provided by
@@ -155,7 +155,7 @@ <h1><a class="toc-backref" href="#id10">Usage</a></h1>
155155
<a class="reference external" href="https://github.com/robotframework/WebDemo">demo project</a> that illustrates using Robot Framework and SeleniumLibrary.
156156
See the demo for more examples that you can also execute on your own
157157
machine. For more information about Robot Framework test data syntax in
158-
general see the <a class="reference external" href="http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html">Robot Framework User Guide</a>.</p>
158+
general see the <a class="reference external" href="https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html">Robot Framework User Guide</a>.</p>
159159
</div>
160160
<div class="section" id="extending-seleniumlibrary">
161161
<h1><a class="toc-backref" href="#id11">Extending SeleniumLibrary</a></h1>
@@ -164,22 +164,23 @@ <h1><a class="toc-backref" href="#id11">Extending SeleniumLibrary</a></h1>
164164
usage, please create a new issue describing the enhancement request and even better if the
165165
issue is backed up by a pull request.</p>
166166
<p>If the enhancement is not generally useful, example solution is domain specific, then the
167-
SeleniumLibrary offers a public API which can be used to build own libraries. All keyword
168-
methods are available in the public API. There are also generally useful methods and attributes
169-
available, which are useful for creating new libraries. Please see <a class="reference external" href="https://github.com/robotframework/SeleniumLibrary/blob/master/docs/extending/EXTENDING_SELENIUMLIBRARY.rst">extending documentation</a>
170-
for more details about the available methods and for examples how the library can be extended.</p>
167+
SeleniumLibrary offers a public API's which can be used to build own plugins and libraries.
168+
Plugin API allows to add new keywords, modify existing keywords and modify internal
169+
functionality of the library. Also new libraries can be build on top of the
170+
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
171+
available methods and for examples how the library can be extended.</p>
171172
</div>
172173
<div class="section" id="support">
173174
<h1><a class="toc-backref" href="#id12">Support</a></h1>
174175
<p>If the provided documentation is not enough, there are various support forums
175176
available:</p>
176177
<ul class="simple">
177-
<li><p><a class="reference external" href="http://groups.google.com/group/robotframework-users">robotframework-users</a> mailing list</p></li>
178+
<li><p><a class="reference external" href="https://groups.google.com/group/robotframework-users">robotframework-users</a> mailing list</p></li>
178179
<li><p><span class="docutils literal">#seleniumlibrary</span> and <span class="docutils literal"><span class="pre">#seleniumlibrary-dev</span></span> channels in
179180
Robot Framework <a class="reference external" href="https://robotframework-slack-invite.herokuapp.com">Slack community</a></p></li>
180181
<li><p>SeleniumLibrary <a class="reference external" href="https://github.com/robotframework/SeleniumLibrary/issues">issue tracker</a> for bug reports and concrete enhancement
181182
requests</p></li>
182-
<li><p><a class="reference external" href="http://robotframework.org/#support">Other support forums</a> including paid support</p></li>
183+
<li><p><a class="reference external" href="https://robotframework.org/#support">Other support forums</a> including paid support</p></li>
183184
</ul>
184185
</div>
185186
<div class="section" id="versions">
@@ -219,11 +220,16 @@ <h1><a class="toc-backref" href="#id13">Versions</a></h1>
219220
<td><p>Python 2.7 and 3.3+</p></td>
220221
<td><p>Selenium2Library renamed and with Python 3 support and new architecture.</p></td>
221222
</tr>
222-
<tr><td><p>SeleniumLibrary 3.2 and newer</p></td>
223+
<tr><td><p>SeleniumLibrary 3.2</p></td>
223224
<td><p>Selenium 3</p></td>
224225
<td><p>Python 2.7 and 3.4+</p></td>
225226
<td><p>Drops Selenium 2 support.</p></td>
226227
</tr>
228+
<tr><td><p>SeleniumLibrary 4.0</p></td>
229+
<td><p>Selenium 3</p></td>
230+
<td><p>Python 2.7 and 3.4+</p></td>
231+
<td><p>Plugin API and support for event friging webdriver.</p></td>
232+
</tr>
227233
<tr><td><p>Selenium2Library 3.0</p></td>
228234
<td><p>Depends on SeleniumLibrary</p></td>
229235
<td><p>Depends on SeleniumLibrary</p></td>

0 commit comments

Comments
 (0)