Skip to content

Commit 3688b1e

Browse files
shbenzerharsha509
andauthored
Added breakpoints b/w coding examples in Installing Selenium (#1892)
* added breakpoints between headers in the code examples of Installing Selenium * added to all translations --------- Co-authored-by: Sri Harsha <12621691+harsha509@users.noreply.github.com>
1 parent 5a6fd07 commit 3688b1e

File tree

4 files changed

+24
-0
lines changed

4 files changed

+24
-0
lines changed

website_and_docs/content/documentation/webdriver/getting_started/install_library.en.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ There are a couple different ways to install Selenium.
4646
```shell
4747
pip install selenium
4848
```
49+
<br>
4950

5051
### Download
5152

@@ -55,6 +56,7 @@ Alternatively you can download the [PyPI source archive](https://pypi.org/projec
5556
```shell
5657
python setup.py install
5758
```
59+
<br>
5860

5961
### Require in project
6062

@@ -73,12 +75,14 @@ There are a few options for installing Selenium.
7375
```shell
7476
Install-Package Selenium.WebDriver
7577
```
78+
<br>
7679

7780
### .NET CLI
7881

7982
```shell
8083
dotnet add package Selenium.WebDriver
8184
```
85+
<br>
8286

8387
### CSProj
8488

@@ -125,6 +129,7 @@ Selenium can be installed two different ways.
125129
```shell
126130
gem install selenium-webdriver
127131
```
132+
<br>
128133

129134
### Add to project's gemfile
130135

@@ -142,6 +147,7 @@ Selenium is typically installed using npm.
142147
```shell
143148
npm install selenium-webdriver
144149
```
150+
<br>
145151

146152
### Add to project
147153

website_and_docs/content/documentation/webdriver/getting_started/install_library.ja.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ There are a couple different ways to install Selenium.
4444
```shell
4545
pip install selenium
4646
```
47+
<br>
4748

4849
### Download
4950

@@ -53,6 +54,7 @@ Alternatively you can download the [PyPI source archive](https://pypi.org/projec
5354
```shell
5455
python setup.py install
5556
```
57+
<br>
5658

5759
### Require in project
5860

@@ -71,12 +73,14 @@ There are a few options for installing Selenium.
7173
```shell
7274
Install-Package Selenium.WebDriver
7375
```
76+
<br>
7477

7578
### .NET CLI
7679

7780
```shell
7881
dotnet add package Selenium.WebDriver
7982
```
83+
<br>
8084

8185
### CSProj
8286

@@ -123,6 +127,7 @@ Selenium can be installed two different ways.
123127
```shell
124128
gem install selenium-webdriver
125129
```
130+
<br>
126131

127132
### Add to project's gemfile
128133

@@ -140,6 +145,7 @@ Selenium is typically installed using npm.
140145
```shell
141146
npm install selenium-webdriver
142147
```
148+
<br>
143149

144150
### Add to project
145151

website_and_docs/content/documentation/webdriver/getting_started/install_library.pt-br.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Existe muitas formas diferentes de instalar Selenium.
4646
```shell
4747
pip install selenium
4848
```
49+
<br>
4950

5051
### Download
5152

@@ -55,6 +56,7 @@ Como uma alternativa você pode baixar o [código fonte PyPI](https://pypi.org/p
5556
```shell
5657
python setup.py install
5758
```
59+
<br>
5860

5961
### Exigir em um projeto
6062

@@ -73,12 +75,14 @@ Existe algumas opções para instalar o Selenium.
7375
```shell
7476
Install-Package Selenium.WebDriver
7577
```
78+
<br>
7679

7780
### .NET CLI
7881

7982
```shell
8083
dotnet add package Selenium.WebDriver
8184
```
85+
<br>
8286

8387
### CSProj
8488

@@ -127,6 +131,7 @@ O Selenium pode ser instalado de duas formas diferentes.
127131
```shell
128132
gem install selenium-webdriver
129133
```
134+
<br>
130135

131136
### Adicione para o gemfile do projeto
132137

@@ -144,6 +149,7 @@ Selenium é normalmente instalado usando npm.
144149
```shell
145150
npm install selenium-webdriver
146151
```
152+
<br>
147153

148154
### Adicione ao seu projeto
149155

website_and_docs/content/documentation/webdriver/getting_started/install_library.zh-cn.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ aliases: [
4444
```shell
4545
pip install selenium
4646
```
47+
<br>
4748

4849
### 下载
4950

@@ -53,6 +54,7 @@ pip install selenium
5354
```shell
5455
python setup.py install
5556
```
57+
<br>
5658

5759
### 在项目中使用
5860

@@ -71,12 +73,14 @@ Selenium 所支持的所有平台的列表一览
7173
```shell
7274
Install-Package Selenium.WebDriver
7375
```
76+
<br>
7477

7578
### .NET CLI
7679

7780
```shell
7881
dotnet add package Selenium.WebDriver
7982
```
83+
<br>
8084

8185
### CSProj
8286

@@ -123,6 +127,7 @@ Selenium 可以使用两种不同方法安装.
123127
```shell
124128
gem install selenium-webdriver
125129
```
130+
<br>
126131

127132
### 加入项目的 gemfile
128133

@@ -141,6 +146,7 @@ Selenium is typically installed using npm.
141146
```shell
142147
npm install selenium-webdriver
143148
```
149+
<br>
144150

145151
### 加入项目
146152

0 commit comments

Comments
 (0)