| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.seleniumhq.selenium |
| Идентификатор | Идентификаторselenium-grid |
| Версия | Версия4.2.2 |
| Тип | Типjar |
| Описание |
Описаниеorg.seleniumhq.selenium:selenium-grid
Selenium automates browsers. That's it! What you do with that power is entirely up to you.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| selenium-grid-4.2.2.pom | |
| selenium-grid-4.2.2.jar | 1 MB |
| selenium-grid-4.2.2-sources.jar | 360 KB |
| selenium-grid-4.2.2-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.seleniumhq.selenium/selenium-grid/ -->
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-grid</artifactId>
<version>4.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.seleniumhq.selenium/selenium-grid/
implementation 'org.seleniumhq.selenium:selenium-grid:4.2.2'
// https://jarcasting.com/artifacts/org.seleniumhq.selenium/selenium-grid/
implementation ("org.seleniumhq.selenium:selenium-grid:4.2.2")
'org.seleniumhq.selenium:selenium-grid:jar:4.2.2'
<dependency org="org.seleniumhq.selenium" name="selenium-grid" rev="4.2.2">
<artifact name="selenium-grid" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.seleniumhq.selenium', module='selenium-grid', version='4.2.2')
)
libraryDependencies += "org.seleniumhq.selenium" % "selenium-grid" % "4.2.2"
[org.seleniumhq.selenium/selenium-grid "4.2.2"]