Skip to content

Commit

Permalink
Regenerated project docs
Browse files Browse the repository at this point in the history
  • Loading branch information
emanlove committed Nov 25, 2023
1 parent 7496dc7 commit 6c77370
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/index.html
Expand Up @@ -2,8 +2,8 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="utf-8" />
<meta name="generator" content="Docutils 0.20.1: https://docutils.sourceforge.io/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
<title>SeleniumLibrary</title>
<link rel="stylesheet" href="style.css" type="text/css" />
<link rel="stylesheet" href="extra.css" type="text/css" />
Expand Down Expand Up @@ -41,7 +41,7 @@ <h2><a class="toc-backref" href="#toc-entry-1" role="doc-backlink">Introduction<
<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>
<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>
<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>
<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>
<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>
</section>
<section id="keyword-documentation">
<h2><a class="toc-backref" href="#toc-entry-2" role="doc-backlink">Keyword Documentation</a></h2>
Expand Down Expand Up @@ -97,8 +97,8 @@ <h2><a class="toc-backref" href="#toc-entry-4" role="doc-backlink">Browser drive
location. Tool can run on all major operating systems and supports
downloading of Chrome, Firefox, Opera &amp; Edge webdrivers.</p>
<p>Here's an example:</p>
<pre class="code bash literal-block"><code>pip install webdrivermanager
webdrivermanager firefox chrome --linkpath /usr/local/bin</code></pre>
<pre class="code bash literal-block"><code>pip<span class="whitespace"> </span>install<span class="whitespace"> </span>webdrivermanager<span class="whitespace">
</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>
</section>
<section id="usage">
<h2><a class="toc-backref" href="#toc-entry-5" role="doc-backlink">Usage</a></h2>
Expand Down

0 comments on commit 6c77370

Please sign in to comment.