Skip to content

Commit c5c21ea

Browse files
committed
Regenerated project docs
1 parent de2a7ce commit c5c21ea

File tree

1 file changed

+3
-23
lines changed

1 file changed

+3
-23
lines changed

docs/index.html

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ <h2><a class="toc-backref" href="#toc-entry-3" role="doc-backlink">Installation<
5959
<p>The recommended installation method is using <a class="reference external" href="http://pip-installer.org">pip</a>:</p>
6060
<pre class="literal-block">pip install --upgrade robotframework-seleniumlibrary</pre>
6161
<p>Running this command installs also the latest Selenium and Robot Framework
62-
versions, but you still need to install <a class="reference internal" href="#browser-drivers">browser drivers</a> separately.
63-
The <span class="docutils literal"><span class="pre">--upgrade</span></span> option can be omitted when installing the library for the
62+
versions. The <span class="docutils literal"><span class="pre">--upgrade</span></span> option can be omitted when installing the library for the
6463
first time.</p>
6564
<p>It is possible to install directly from the <a class="reference external" href="https://github.com/robotframework/SeleniumLibrary">GitHub</a> repository. To install
6665
latest source from the master branch, use this command:</p>
@@ -74,27 +73,8 @@ <h2><a class="toc-backref" href="#toc-entry-3" role="doc-backlink">Installation<
7473
</section>
7574
<section id="browser-drivers">
7675
<h2><a class="toc-backref" href="#toc-entry-4" role="doc-backlink">Browser drivers</a></h2>
77-
<p>After installing the library, you still need to install browser and
78-
operating system specific browser drivers for all those browsers you
79-
want to use in tests. These are the exact same drivers you need to use with
80-
Selenium also when not using SeleniumLibrary. More information about
81-
drivers can be found from <a class="reference external" href="https://seleniumhq.github.io/selenium/docs/api/py/index.html#drivers">Selenium documentation</a>.</p>
82-
<p>The general approach to install a browser driver is downloading a right
83-
driver, such as <span class="docutils literal">chromedriver</span> for Chrome, and placing it into
84-
a directory that is in <a class="reference external" href="https://en.wikipedia.org/wiki/PATH_(variable)">PATH</a>. Drivers for different browsers
85-
can be found via Selenium documentation or by using your favorite
86-
search engine with a search term like <span class="docutils literal">selenium chrome browser driver</span>.
87-
New browser driver versions are released to support features in
88-
new browsers, fix bug, or otherwise, and you need to keep an eye on them
89-
to know when to update drivers you use.</p>
90-
<p>Alternatively, you can use a tool called <a class="reference external" href="https://github.com/omenia/webdrivermanager">WebdriverManager</a> which can
91-
find the latest version or when required, any version of appropriate
92-
webdrivers for you and then download and link/copy it into right
93-
location. Tool can run on all major operating systems and supports
94-
downloading of Chrome, Firefox, Opera &amp; Edge webdrivers.</p>
95-
<p>Here's an example:</p>
96-
<pre class="code bash literal-block"><code>pip<span class="whitespace"> </span>install<span class="whitespace"> </span>webdrivermanager<span class="whitespace">
97-
</span>webdrivermanager<span class="whitespace"> </span>firefox<span class="whitespace"> </span>chrome<span class="whitespace"> </span>--linkpath<span class="whitespace"> </span>/usr/local/bin</code></pre>
76+
<p>Browsers and drivers are installed and managed automatically by <a class="reference external" href="https://www.selenium.dev/documentation/selenium_manager">Selenium Manager</a>.
77+
For more information, see the <a class="reference external" href="https://seleniumhq.github.io/selenium/docs/api/py/index.html#drivers">Selenium documentation</a>.</p>
9878
</section>
9979
<section id="usage">
10080
<h2><a class="toc-backref" href="#toc-entry-5" role="doc-backlink">Usage</a></h2>

0 commit comments

Comments
 (0)