License |
License |
---|---|
Categories |
CategoriesAuto Application Layer Libs Code Generators |
GroupId | GroupIdorg.uiautomation |
ArtifactId | ArtifactIdios-grid |
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-grid-0.6.5.pom | |
ios-grid-0.6.5.jar | 9 KB |
ios-grid-0.6.5-sources.jar | 5 KB |
ios-grid-0.6.5-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.uiautomation/ios-grid/ -->
<dependency>
<groupId>org.uiautomation</groupId>
<artifactId>ios-grid</artifactId>
<version>0.6.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.uiautomation/ios-grid/
implementation 'org.uiautomation:ios-grid:0.6.5'
// https://jarcasting.com/artifacts/org.uiautomation/ios-grid/
implementation ("org.uiautomation:ios-grid:0.6.5")
'org.uiautomation:ios-grid:jar:0.6.5'
<dependency org="org.uiautomation" name="ios-grid" rev="0.6.5">
<artifact name="ios-grid" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.uiautomation', module='ios-grid', version='0.6.5')
)
libraryDependencies += "org.uiautomation" % "ios-grid" % "0.6.5"
[org.uiautomation/ios-grid "0.6.5"]
Group / Artifact | Type | Version |
---|---|---|
org.uiautomation : ios-common | jar | 0.6.5 |
org.seleniumhq.selenium : selenium-server | jar | 2.35.0 |