diff --git a/website_and_docs/content/documentation/webdriver/getting_started/install_library.en.md b/website_and_docs/content/documentation/webdriver/getting_started/install_library.en.md
index 87cf19da0337..c1fda4c5d1a4 100644
--- a/website_and_docs/content/documentation/webdriver/getting_started/install_library.en.md
+++ b/website_and_docs/content/documentation/webdriver/getting_started/install_library.en.md
@@ -46,6 +46,7 @@ There are a couple different ways to install Selenium.
```shell
pip install selenium
```
+
### Download
@@ -55,6 +56,7 @@ Alternatively you can download the [PyPI source archive](https://pypi.org/projec
```shell
python setup.py install
```
+
### Require in project
@@ -73,12 +75,14 @@ There are a few options for installing Selenium.
```shell
Install-Package Selenium.WebDriver
```
+
### .NET CLI
```shell
dotnet add package Selenium.WebDriver
```
+
### CSProj
@@ -125,6 +129,7 @@ Selenium can be installed two different ways.
```shell
gem install selenium-webdriver
```
+
### Add to project's gemfile
@@ -142,6 +147,7 @@ Selenium is typically installed using npm.
```shell
npm install selenium-webdriver
```
+
### Add to project
diff --git a/website_and_docs/content/documentation/webdriver/getting_started/install_library.ja.md b/website_and_docs/content/documentation/webdriver/getting_started/install_library.ja.md
index dcfa096b31a0..c18aa137fcab 100644
--- a/website_and_docs/content/documentation/webdriver/getting_started/install_library.ja.md
+++ b/website_and_docs/content/documentation/webdriver/getting_started/install_library.ja.md
@@ -44,6 +44,7 @@ There are a couple different ways to install Selenium.
```shell
pip install selenium
```
+
### Download
@@ -53,6 +54,7 @@ Alternatively you can download the [PyPI source archive](https://pypi.org/projec
```shell
python setup.py install
```
+
### Require in project
@@ -71,12 +73,14 @@ There are a few options for installing Selenium.
```shell
Install-Package Selenium.WebDriver
```
+
### .NET CLI
```shell
dotnet add package Selenium.WebDriver
```
+
### CSProj
@@ -123,6 +127,7 @@ Selenium can be installed two different ways.
```shell
gem install selenium-webdriver
```
+
### Add to project's gemfile
@@ -140,6 +145,7 @@ Selenium is typically installed using npm.
```shell
npm install selenium-webdriver
```
+
### Add to project
diff --git a/website_and_docs/content/documentation/webdriver/getting_started/install_library.pt-br.md b/website_and_docs/content/documentation/webdriver/getting_started/install_library.pt-br.md
index c2bc59b155e2..02456646fb26 100644
--- a/website_and_docs/content/documentation/webdriver/getting_started/install_library.pt-br.md
+++ b/website_and_docs/content/documentation/webdriver/getting_started/install_library.pt-br.md
@@ -46,6 +46,7 @@ Existe muitas formas diferentes de instalar Selenium.
```shell
pip install selenium
```
+
### Download
@@ -55,6 +56,7 @@ Como uma alternativa você pode baixar o [código fonte PyPI](https://pypi.org/p
```shell
python setup.py install
```
+
### Exigir em um projeto
@@ -73,12 +75,14 @@ Existe algumas opções para instalar o Selenium.
```shell
Install-Package Selenium.WebDriver
```
+
### .NET CLI
```shell
dotnet add package Selenium.WebDriver
```
+
### CSProj
@@ -127,6 +131,7 @@ O Selenium pode ser instalado de duas formas diferentes.
```shell
gem install selenium-webdriver
```
+
### Adicione para o gemfile do projeto
@@ -144,6 +149,7 @@ Selenium é normalmente instalado usando npm.
```shell
npm install selenium-webdriver
```
+
### Adicione ao seu projeto
diff --git a/website_and_docs/content/documentation/webdriver/getting_started/install_library.zh-cn.md b/website_and_docs/content/documentation/webdriver/getting_started/install_library.zh-cn.md
index 914093b8ced3..3a3932a94a3a 100644
--- a/website_and_docs/content/documentation/webdriver/getting_started/install_library.zh-cn.md
+++ b/website_and_docs/content/documentation/webdriver/getting_started/install_library.zh-cn.md
@@ -44,6 +44,7 @@ aliases: [
```shell
pip install selenium
```
+
### 下载
@@ -53,6 +54,7 @@ pip install selenium
```shell
python setup.py install
```
+
### 在项目中使用
@@ -71,12 +73,14 @@ Selenium 所支持的所有平台的列表一览
```shell
Install-Package Selenium.WebDriver
```
+
### .NET CLI
```shell
dotnet add package Selenium.WebDriver
```
+
### CSProj
@@ -123,6 +127,7 @@ Selenium 可以使用两种不同方法安装.
```shell
gem install selenium-webdriver
```
+
### 加入项目的 gemfile
@@ -141,6 +146,7 @@ Selenium is typically installed using npm.
```shell
npm install selenium-webdriver
```
+
### 加入项目