License |
License |
---|---|
Categories |
CategoriesAuto Application Layer Libs Code Generators |
GroupId | GroupIdorg.uiautomation |
ArtifactId | ArtifactIdlibimobiledevice-wrapper |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbridge 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
|
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
net.java.dev.jna : jna | jar | 4.0.0 |
commons-io : commons-io | jar | 2.4 |
com.googlecode.plist : dd-plist | jar | 1.3 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.8 |