|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
3 | 3 | <head>
|
4 | 4 | <meta charset="utf-8" />
|
| 5 | +<meta name="generator" content="Docutils 0.20.1: https://docutils.sourceforge.io/" /> |
5 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1" />
|
6 |
| -<meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" /> |
7 | 7 | <title>SeleniumLibrary</title>
|
8 | 8 | <link rel="stylesheet" href="style.css" type="text/css" />
|
9 | 9 | <link rel="stylesheet" href="extra.css" type="text/css" />
|
@@ -41,7 +41,7 @@ <h2><a class="toc-backref" href="#toc-entry-1" role="doc-backlink">Introduction<
|
41 | 41 | <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>
|
42 | 42 | <a class="reference external image-reference" href="https://pypi.python.org/pypi/robotframework-seleniumlibrary"><img alt="https://img.shields.io/pypi/dm/robotframework-seleniumlibrary.svg" src="https://img.shields.io/pypi/dm/robotframework-seleniumlibrary.svg" /></a>
|
43 | 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://github.com/robotframework/SeleniumLibrary/actions?query=workflow%3A%22SeleniumLibrary+CI%22"><img alt="https://github.com/robotframework/SeleniumLibrary/workflows/SeleniumLibrary%20CI/badge.svg" src="https://github.com/robotframework/SeleniumLibrary/workflows/SeleniumLibrary%20CI/badge.svg" /></a> |
| 44 | +<a class="reference external image-reference" href="https://github.com/robotframework/SeleniumLibrary/actions/workflows/CI.yml"><img alt="https://github.com/robotframework/SeleniumLibrary/actions/workflows/CI.yml/badge.svg?branch=master" src="https://github.com/robotframework/SeleniumLibrary/actions/workflows/CI.yml/badge.svg?branch=master" /></a> |
45 | 45 | </section>
|
46 | 46 | <section id="keyword-documentation">
|
47 | 47 | <h2><a class="toc-backref" href="#toc-entry-2" role="doc-backlink">Keyword Documentation</a></h2>
|
@@ -97,8 +97,8 @@ <h2><a class="toc-backref" href="#toc-entry-4" role="doc-backlink">Browser drive
|
97 | 97 | location. Tool can run on all major operating systems and supports
|
98 | 98 | downloading of Chrome, Firefox, Opera & Edge webdrivers.</p>
|
99 | 99 | <p>Here's an example:</p>
|
100 |
| -<pre class="code bash literal-block"><code>pip install webdrivermanager |
101 |
| -webdrivermanager firefox chrome --linkpath /usr/local/bin</code></pre> |
| 100 | +<pre class="code bash literal-block"><code>pip<span class="whitespace"> </span>install<span class="whitespace"> </span>webdrivermanager<span class="whitespace"> |
| 101 | +</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> |
102 | 102 | </section>
|
103 | 103 | <section id="usage">
|
104 | 104 | <h2><a class="toc-backref" href="#toc-entry-5" role="doc-backlink">Usage</a></h2>
|
|
0 commit comments