Skip to content

Commit 37ea3c9

Browse files
committed
Regenerated project docs
1 parent b286865 commit 37ea3c9

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

docs/index.html

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ <h1><a class="toc-backref" href="#id5">Introduction</a></h1>
3838
<a class="reference external" href="https://github.com/robotframework/Selenium2Library">Selenium2Library</a> and then later renamed back to SeleniumLibrary.
3939
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
4040
different versions and the overall project history.</p>
41-
<p>The new SeleniumLibrary is currently in pre-release phase. The final
42-
SeleniumLibrary 3.0 release is planned for October.</p>
4341
<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>
4442
<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>
4543
<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>
@@ -52,16 +50,14 @@ <h1><a class="toc-backref" href="#id6">Keyword documentation</a></h1>
5250
<div class="section" id="installation">
5351
<h1><a class="toc-backref" href="#id7">Installation</a></h1>
5452
<p>The recommended installation method is using <a class="reference external" href="http://pip-installer.org">pip</a>:</p>
55-
<pre class="literal-block">pip install --pre --upgrade robotframework-seleniumlibrary</pre>
53+
<pre class="literal-block">pip install --upgrade robotframework-seleniumlibrary</pre>
5654
<p>Running this command installs also the latest Selenium and Robot Framework
5755
versions, but you still need to install <a class="reference internal" href="#browser-drivers">browser drivers</a> separately.
58-
Notice that the <span class="docutils literal"><span class="pre">--pre</span></span> option is needed to get the current SeleniumLibrary,
59-
not the <a class="reference external" href="https://github.com/robotframework/OldSeleniumLibrary">old SeleniumLibrary</a>, until the final SeleniumLibrary 3.0 is
60-
released. The <span class="docutils literal"><span class="pre">--upgrade</span></span> option can be omitted when installing the
61-
library for the first time.</p>
56+
The <span class="docutils literal"><span class="pre">--upgrade</span></span> option can be omitted when installing the library for the
57+
first time.</p>
6258
<p>Those migrating from <a class="reference external" href="https://github.com/robotframework/Selenium2Library">Selenium2Library</a> can install SeleniumLibrary so that
6359
it is exposed also as Selenium2Library:</p>
64-
<pre class="literal-block">pip install --pre --upgrade robotframework-selenium2library</pre>
60+
<pre class="literal-block">pip install --upgrade robotframework-selenium2library</pre>
6561
<p>The above command installs the normal SeleniumLibrary as well as a new
6662
Selenium2Library version that is just a thin wrapper to SeleniumLibrary.
6763
That allows importing Selenium2Library in tests while migrating to

0 commit comments

Comments
 (0)