Skip to content

Commit 9021521

Browse files
committed
Regenerated project docs
1 parent 1694ffc commit 9021521

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

docs/index.html

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ <h1 class="title">SeleniumLibrary</h1>
1919
<li><p><a class="reference internal" href="#installation" id="id7">Installation</a></p></li>
2020
<li><p><a class="reference internal" href="#browser-drivers" id="id8">Browser drivers</a></p></li>
2121
<li><p><a class="reference internal" href="#usage" id="id9">Usage</a></p></li>
22-
<li><p><a class="reference internal" href="#support" id="id10">Support</a></p></li>
23-
<li><p><a class="reference internal" href="#versions" id="id11">Versions</a></p></li>
24-
<li><p><a class="reference internal" href="#history" id="id12">History</a></p></li>
22+
<li><p><a class="reference internal" href="#extending-seleniumlibrary" id="id10">Extending SeleniumLibrary</a></p></li>
23+
<li><p><a class="reference internal" href="#support" id="id11">Support</a></p></li>
24+
<li><p><a class="reference internal" href="#versions" id="id12">Versions</a></p></li>
25+
<li><p><a class="reference internal" href="#history" id="id13">History</a></p></li>
2526
</ul>
2627
</div>
2728
<div class="section" id="introduction">
@@ -146,8 +147,20 @@ <h1><a class="toc-backref" href="#id9">Usage</a></h1>
146147
machine. For more information about Robot Framework test data syntax in
147148
general see the <a class="reference external" href="http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html">Robot Framework User Guide</a>.</p>
148149
</div>
150+
<div class="section" id="extending-seleniumlibrary">
151+
<h1><a class="toc-backref" href="#id10">Extending SeleniumLibrary</a></h1>
152+
<p>Before creating your own library which extends the <span class="docutils literal">SeleniumLibrary</span>, please consider would
153+
the extension be also useful also for general usage. If it could be useful also for general
154+
usage, please create a new issue describing the enhancement request and even better if the
155+
issue is backed up the a pull request.</p>
156+
<p>If the enhancement is not generally useful, example solution is domain specific, then the
157+
SeleniumLibrary offers a public API which can be used to build own libraries. All keyword
158+
methods are available in the public API. There are also generally useful methods and attributes
159+
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>
160+
for more details about the available methods and for examples how the library can be extended.</p>
161+
</div>
149162
<div class="section" id="support">
150-
<h1><a class="toc-backref" href="#id10">Support</a></h1>
163+
<h1><a class="toc-backref" href="#id11">Support</a></h1>
151164
<p>If the provided documentation is not enough, there are various support forums
152165
available:</p>
153166
<ul class="simple">
@@ -160,7 +173,7 @@ <h1><a class="toc-backref" href="#id10">Support</a></h1>
160173
</ul>
161174
</div>
162175
<div class="section" id="versions">
163-
<h1><a class="toc-backref" href="#id11">Versions</a></h1>
176+
<h1><a class="toc-backref" href="#id12">Versions</a></h1>
164177
<p>SeleniumLibrary has over the years lived under SeleniumLibrary and
165178
Selenium2Library names and different library versions have supported
166179
different Selenium and Python versions. This is summarized in the table
@@ -205,7 +218,7 @@ <h1><a class="toc-backref" href="#id11">Versions</a></h1>
205218
</table>
206219
</div>
207220
<div class="section" id="history">
208-
<h1><a class="toc-backref" href="#id12">History</a></h1>
221+
<h1><a class="toc-backref" href="#id13">History</a></h1>
209222
<p>SeleniumLibrary originally used the Selenium Remote Controller (RC) API.
210223
When Selenium 2 was introduced with the new but backwards incompatible
211224
WebDriver API, SeleniumLibrary kept using Selenium RC and separate

0 commit comments

Comments
 (0)