jar

dev.mobile : maestro-xcuitest-driver

Maven & Gradle

Mar 13, 2023
5.8k stars

Maestro XCUITest Driver · Maestro is a server-driven platform-agnostic library that allows to drive tests for both iOS and Android using the same implementation through an intuitive API.

Table Of Contents

Latest Version

Download dev.mobile : maestro-xcuitest-driver JAR file - Latest Versions:

All Versions

Download dev.mobile : maestro-xcuitest-driver JAR file - All Versions:

Version Vulnerabilities Size Updated
1.25.x
1.24.x
1.22.x
1.21.x
1.20.x
1.19.x
1.18.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window maestro-xcuitest-driver-1.25.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

xcuitest.api

├─ xcuitest.api.GetRunningAppIdResponse.class - [JAR]

├─ xcuitest.api.InputTextRequest.class - [JAR]

├─ xcuitest.api.SwipeRequest.class - [JAR]

maestro.api

├─ maestro.api.GetRunningAppRequest.class - [JAR]

xcuitest.installer

├─ xcuitest.installer.LocalXCTestInstaller.class - [JAR]

├─ xcuitest.installer.XCTestInstaller.class - [JAR]

util

├─ util.CommandLineUtils.class - [JAR]

├─ util.XCRunnerSimctl.class - [JAR]

hierarchy

├─ hierarchy.AccessibilityNode.class - [JAR]

├─ hierarchy.Error.class - [JAR]

├─ hierarchy.Frame.class - [JAR]

├─ hierarchy.IdbElementNode.class - [JAR]

├─ hierarchy.XCUIElement.class - [JAR]

├─ hierarchy.XCUIElementDeserializer.class - [JAR]

├─ hierarchy.XCUIElementNode.class - [JAR]

xcuitest

├─ xcuitest.XCTestDriverClient.class - [JAR]

maestro.logger

├─ maestro.logger.Logger.class - [JAR]

Advertisement