View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- 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]