Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ There are a couple different ways to install Selenium.
```shell
pip install selenium
```
<br>

### Download

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

### Require in project

Expand All @@ -73,12 +75,14 @@ There are a few options for installing Selenium.
```shell
Install-Package Selenium.WebDriver
```
<br>

### .NET CLI

```shell
dotnet add package Selenium.WebDriver
```
<br>

### CSProj

Expand Down Expand Up @@ -125,6 +129,7 @@ Selenium can be installed two different ways.
```shell
gem install selenium-webdriver
```
<br>

### Add to project's gemfile

Expand All @@ -142,6 +147,7 @@ Selenium is typically installed using npm.
```shell
npm install selenium-webdriver
```
<br>

### Add to project

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ There are a couple different ways to install Selenium.
```shell
pip install selenium
```
<br>

### Download

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

### Require in project

Expand All @@ -71,12 +73,14 @@ There are a few options for installing Selenium.
```shell
Install-Package Selenium.WebDriver
```
<br>

### .NET CLI

```shell
dotnet add package Selenium.WebDriver
```
<br>

### CSProj

Expand Down Expand Up @@ -123,6 +127,7 @@ Selenium can be installed two different ways.
```shell
gem install selenium-webdriver
```
<br>

### Add to project's gemfile

Expand All @@ -140,6 +145,7 @@ Selenium is typically installed using npm.
```shell
npm install selenium-webdriver
```
<br>

### Add to project

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Existe muitas formas diferentes de instalar Selenium.
```shell
pip install selenium
```
<br>

### Download

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

### Exigir em um projeto

Expand All @@ -73,12 +75,14 @@ Existe algumas opções para instalar o Selenium.
```shell
Install-Package Selenium.WebDriver
```
<br>

### .NET CLI

```shell
dotnet add package Selenium.WebDriver
```
<br>

### CSProj

Expand Down Expand Up @@ -127,6 +131,7 @@ O Selenium pode ser instalado de duas formas diferentes.
```shell
gem install selenium-webdriver
```
<br>

### Adicione para o gemfile do projeto

Expand All @@ -144,6 +149,7 @@ Selenium é normalmente instalado usando npm.
```shell
npm install selenium-webdriver
```
<br>

### Adicione ao seu projeto

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ aliases: [
```shell
pip install selenium
```
<br>

### 下载

Expand All @@ -53,6 +54,7 @@ pip install selenium
```shell
python setup.py install
```
<br>

### 在项目中使用

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

### .NET CLI

```shell
dotnet add package Selenium.WebDriver
```
<br>

### CSProj

Expand Down Expand Up @@ -123,6 +127,7 @@ Selenium 可以使用两种不同方法安装.
```shell
gem install selenium-webdriver
```
<br>

### 加入项目的 gemfile

Expand All @@ -141,6 +146,7 @@ Selenium is typically installed using npm.
```shell
npm install selenium-webdriver
```
<br>

### 加入项目

Expand Down