License |
License |
---|---|
Categories |
CategoriesCLI User Interface Auto Application Layer Libs Code Generators |
GroupId | GroupIdorg.uiautomation |
ArtifactId | ArtifactIdios-client |
Last Version | Last Version0.6.5 |
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
|
Filename | Size |
---|---|
ios-client-0.6.5.pom | |
ios-client-0.6.5.jar | 58 KB |
ios-client-0.6.5-sources.jar | 46 KB |
ios-client-0.6.5-javadoc.jar | 289 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.uiautomation/ios-client/ -->
<dependency>
<groupId>org.uiautomation</groupId>
<artifactId>ios-client</artifactId>
<version>0.6.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.uiautomation/ios-client/
implementation 'org.uiautomation:ios-client:0.6.5'
// https://jarcasting.com/artifacts/org.uiautomation/ios-client/
implementation ("org.uiautomation:ios-client:0.6.5")
'org.uiautomation:ios-client:jar:0.6.5'
<dependency org="org.uiautomation" name="ios-client" rev="0.6.5">
<artifact name="ios-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.uiautomation', module='ios-client', version='0.6.5')
)
libraryDependencies += "org.uiautomation" % "ios-client" % "0.6.5"
[org.uiautomation/ios-client "0.6.5"]
Group / Artifact | Type | Version |
---|---|---|
org.uiautomation : ios-common | jar | 0.6.5 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.8 |