Selenium Helper
A simple helper to get started with selenium quickly
Maven Dependency
Add to your pom.xml
<dependency>
<groupId>me.shib.java.lib</groupId>
<artifactId>selenium-helper</artifactId>
<version>0.0.1</version>
</dependency>
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJava Языки программирования |
| Группа | Группаme.shib.java.lib |
| Идентификатор | Идентификаторselenium-helper |
| Последняя версия | Последняя версия0.0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеSelenium Helper
A simple helper to get started with selenium quickly
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| selenium-helper-0.0.1.pom | |
| selenium-helper-0.0.1.jar | 6 KB |
| selenium-helper-0.0.1-sources.jar | 4 KB |
| selenium-helper-0.0.1-javadoc.jar | 34 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/me.shib.java.lib/selenium-helper/ -->
<dependency>
<groupId>me.shib.java.lib</groupId>
<artifactId>selenium-helper</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/me.shib.java.lib/selenium-helper/
implementation 'me.shib.java.lib:selenium-helper:0.0.1'
// https://jarcasting.com/artifacts/me.shib.java.lib/selenium-helper/
implementation ("me.shib.java.lib:selenium-helper:0.0.1")
'me.shib.java.lib:selenium-helper:jar:0.0.1'
<dependency org="me.shib.java.lib" name="selenium-helper" rev="0.0.1">
<artifact name="selenium-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.shib.java.lib', module='selenium-helper', version='0.0.1')
)
libraryDependencies += "me.shib.java.lib" % "selenium-helper" % "0.0.1"
[me.shib.java.lib/selenium-helper "0.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| me.shib.java.lib : utils | jar | 0.0.1 |
A simple helper to get started with selenium quickly
Add to your pom.xml
<dependency>
<groupId>me.shib.java.lib</groupId>
<artifactId>selenium-helper</artifactId>
<version>0.0.1</version>
</dependency>