| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииAuto Библиотеки уровня приложения Code Generators |
| Группа | Группаorg.uiautomation |
| Идентификатор | Идентификаторlibimobiledevice-wrapper |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеbridge over the apple JS UIAutomation and the webkit remote debug protocol
frameworks to make them compatible with a webdriver like architecture.Allows remote parallel
excecution using Selenium Grid2
|
| Имя Файла | Размер |
|---|---|
| libimobiledevice-wrapper-1.0.pom | |
| libimobiledevice-wrapper-1.0.jar | 1 MB |
| libimobiledevice-wrapper-1.0-sources.jar | 38 KB |
| libimobiledevice-wrapper-1.0-javadoc.jar | 361 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.uiautomation/libimobiledevice-wrapper/ -->
<dependency>
<groupId>org.uiautomation</groupId>
<artifactId>libimobiledevice-wrapper</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.uiautomation/libimobiledevice-wrapper/
implementation 'org.uiautomation:libimobiledevice-wrapper:1.0'
// https://jarcasting.com/artifacts/org.uiautomation/libimobiledevice-wrapper/
implementation ("org.uiautomation:libimobiledevice-wrapper:1.0")
'org.uiautomation:libimobiledevice-wrapper:jar:1.0'
<dependency org="org.uiautomation" name="libimobiledevice-wrapper" rev="1.0">
<artifact name="libimobiledevice-wrapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.uiautomation', module='libimobiledevice-wrapper', version='1.0')
)
libraryDependencies += "org.uiautomation" % "libimobiledevice-wrapper" % "1.0"
[org.uiautomation/libimobiledevice-wrapper "1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| net.java.dev.jna : jna | jar | 4.0.0 |
| commons-io : commons-io | jar | 2.4 |
| com.googlecode.plist : dd-plist | jar | 1.3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.testng : testng | jar | 6.8 |