File tree Expand file tree Collapse file tree 4 files changed +24
-0
lines changed
website_and_docs/content/documentation/webdriver/getting_started Expand file tree Collapse file tree 4 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ There are a couple different ways to install Selenium.
46
46
``` shell
47
47
pip install selenium
48
48
```
49
+ <br >
49
50
50
51
### Download
51
52
@@ -55,6 +56,7 @@ Alternatively you can download the [PyPI source archive](https://pypi.org/projec
55
56
``` shell
56
57
python setup.py install
57
58
```
59
+ <br >
58
60
59
61
### Require in project
60
62
@@ -73,12 +75,14 @@ There are a few options for installing Selenium.
73
75
``` shell
74
76
Install-Package Selenium.WebDriver
75
77
```
78
+ <br >
76
79
77
80
### .NET CLI
78
81
79
82
``` shell
80
83
dotnet add package Selenium.WebDriver
81
84
```
85
+ <br >
82
86
83
87
### CSProj
84
88
@@ -125,6 +129,7 @@ Selenium can be installed two different ways.
125
129
``` shell
126
130
gem install selenium-webdriver
127
131
```
132
+ <br >
128
133
129
134
### Add to project's gemfile
130
135
@@ -142,6 +147,7 @@ Selenium is typically installed using npm.
142
147
``` shell
143
148
npm install selenium-webdriver
144
149
```
150
+ <br >
145
151
146
152
### Add to project
147
153
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ There are a couple different ways to install Selenium.
44
44
``` shell
45
45
pip install selenium
46
46
```
47
+ <br >
47
48
48
49
### Download
49
50
@@ -53,6 +54,7 @@ Alternatively you can download the [PyPI source archive](https://pypi.org/projec
53
54
``` shell
54
55
python setup.py install
55
56
```
57
+ <br >
56
58
57
59
### Require in project
58
60
@@ -71,12 +73,14 @@ There are a few options for installing Selenium.
71
73
``` shell
72
74
Install-Package Selenium.WebDriver
73
75
```
76
+ <br >
74
77
75
78
### .NET CLI
76
79
77
80
``` shell
78
81
dotnet add package Selenium.WebDriver
79
82
```
83
+ <br >
80
84
81
85
### CSProj
82
86
@@ -123,6 +127,7 @@ Selenium can be installed two different ways.
123
127
``` shell
124
128
gem install selenium-webdriver
125
129
```
130
+ <br >
126
131
127
132
### Add to project's gemfile
128
133
@@ -140,6 +145,7 @@ Selenium is typically installed using npm.
140
145
``` shell
141
146
npm install selenium-webdriver
142
147
```
148
+ <br >
143
149
144
150
### Add to project
145
151
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ Existe muitas formas diferentes de instalar Selenium.
46
46
``` shell
47
47
pip install selenium
48
48
```
49
+ <br >
49
50
50
51
### Download
51
52
@@ -55,6 +56,7 @@ Como uma alternativa você pode baixar o [código fonte PyPI](https://pypi.org/p
55
56
``` shell
56
57
python setup.py install
57
58
```
59
+ <br >
58
60
59
61
### Exigir em um projeto
60
62
@@ -73,12 +75,14 @@ Existe algumas opções para instalar o Selenium.
73
75
``` shell
74
76
Install-Package Selenium.WebDriver
75
77
```
78
+ <br >
76
79
77
80
### .NET CLI
78
81
79
82
``` shell
80
83
dotnet add package Selenium.WebDriver
81
84
```
85
+ <br >
82
86
83
87
### CSProj
84
88
@@ -127,6 +131,7 @@ O Selenium pode ser instalado de duas formas diferentes.
127
131
``` shell
128
132
gem install selenium-webdriver
129
133
```
134
+ <br >
130
135
131
136
### Adicione para o gemfile do projeto
132
137
@@ -144,6 +149,7 @@ Selenium é normalmente instalado usando npm.
144
149
``` shell
145
150
npm install selenium-webdriver
146
151
```
152
+ <br >
147
153
148
154
### Adicione ao seu projeto
149
155
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ aliases: [
44
44
``` shell
45
45
pip install selenium
46
46
```
47
+ <br >
47
48
48
49
### 下载
49
50
@@ -53,6 +54,7 @@ pip install selenium
53
54
``` shell
54
55
python setup.py install
55
56
```
57
+ <br >
56
58
57
59
### 在项目中使用
58
60
@@ -71,12 +73,14 @@ Selenium 所支持的所有平台的列表一览
71
73
``` shell
72
74
Install-Package Selenium.WebDriver
73
75
```
76
+ <br >
74
77
75
78
### .NET CLI
76
79
77
80
``` shell
78
81
dotnet add package Selenium.WebDriver
79
82
```
83
+ <br >
80
84
81
85
### CSProj
82
86
@@ -123,6 +127,7 @@ Selenium 可以使用两种不同方法安装.
123
127
``` shell
124
128
gem install selenium-webdriver
125
129
```
130
+ <br >
126
131
127
132
### 加入项目的 gemfile
128
133
@@ -141,6 +146,7 @@ Selenium is typically installed using npm.
141
146
``` shell
142
147
npm install selenium-webdriver
143
148
```
149
+ <br >
144
150
145
151
### 加入项目
146
152
You can’t perform that action at this time.
0 commit comments