From 6c773700c7b095772db45f6ac7499a28e2d124ac Mon Sep 17 00:00:00 2001 From: Ed Manlove Date: Fri, 24 Nov 2023 21:16:55 -0500 Subject: [PATCH] Regenerated project docs --- docs/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/index.html b/docs/index.html index 79dbb32e2..d2d1e7348 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2,8 +2,8 @@ + - SeleniumLibrary @@ -41,7 +41,7 @@

Introduction< https://img.shields.io/pypi/v/robotframework-seleniumlibrary.svg?label=version https://img.shields.io/pypi/dm/robotframework-seleniumlibrary.svg https://img.shields.io/pypi/l/robotframework-seleniumlibrary.svg -https://github.com/robotframework/SeleniumLibrary/workflows/SeleniumLibrary%20CI/badge.svg +https://github.com/robotframework/SeleniumLibrary/actions/workflows/CI.yml/badge.svg?branch=master

Keyword Documentation

@@ -97,8 +97,8 @@

Browser drive location. Tool can run on all major operating systems and supports downloading of Chrome, Firefox, Opera & Edge webdrivers.

Here's an example:

-
pip install webdrivermanager
-webdrivermanager firefox chrome --linkpath /usr/local/bin
+
pip install webdrivermanager
+webdrivermanager firefox chrome --linkpath /usr/local/bin

Usage