License |
License |
---|---|
Categories |
CategoriesAuto Application Layer Libs Code Generators |
GroupId | GroupIdorg.uiautomation |
ArtifactId | ArtifactIdios-driver |
Last Version | Last Version0.6.5 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionIOS automation
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
|
Filename | Size |
---|---|
ios-driver-0.6.5.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.uiautomation/ios-driver/ -->
<dependency>
<groupId>org.uiautomation</groupId>
<artifactId>ios-driver</artifactId>
<version>0.6.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.uiautomation/ios-driver/
implementation 'org.uiautomation:ios-driver:0.6.5'
// https://jarcasting.com/artifacts/org.uiautomation/ios-driver/
implementation ("org.uiautomation:ios-driver:0.6.5")
'org.uiautomation:ios-driver:pom:0.6.5'
<dependency org="org.uiautomation" name="ios-driver" rev="0.6.5">
<artifact name="ios-driver" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.uiautomation', module='ios-driver', version='0.6.5')
)
libraryDependencies += "org.uiautomation" % "ios-driver" % "0.6.5"
[org.uiautomation/ios-driver "0.6.5"]