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