This commit is contained in:
Brandon Walderman 2021-01-20 12:51:37 -08:00
Родитель e1e1a75d0d
Коммит e1339c99a1
1 изменённых файлов: 16 добавлений и 0 удалений

Просмотреть файл

@ -34,6 +34,22 @@ Add the [Microsoft.Edge.SeleniumTools](https://www.nuget.org/packages/Microsoft.
npm install @microsoft/edge-selenium-tools
```
#### Java
Add [msedge-selenium-tools-java](https://search.maven.org/search?q=a:msedge-selenium-tools-java) to your project using Maven:
```xml
<dependencies>
<dependency>
<groupId>com.microsoft.edge</groupId>
<artifactId>msedge-selenium-tools-java</artifactId>
<version>3.141.0</version>
</dependency>
</dependencies>
```
The Java package is also available for donwload on the [Releases](https://github.com/microsoft/edge-selenium-tools/releases/latest) page.
#### Python
Use pip to install the [msedge-selenium-tools](https://pypi.org/project/msedge-selenium-tools/) and [selenium](https://pypi.org/project/selenium/3.141.0/) packages: