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 jmaqs-appium-2.2.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.magenic.jmaqs.appium.exceptions
├─ com.magenic.jmaqs.appium.exceptions.AppiumConfigException.class - [JAR]
com.magenic.jmaqs.appium
├─ com.magenic.jmaqs.appium.AppiumConfig.class - [JAR]
├─ com.magenic.jmaqs.appium.AppiumDriverFactory.class - [JAR]
├─ com.magenic.jmaqs.appium.AppiumTestObject.class - [JAR]
├─ com.magenic.jmaqs.appium.AppiumUtilities.class - [JAR]
├─ com.magenic.jmaqs.appium.BaseAppiumTest.class - [JAR]
├─ com.magenic.jmaqs.appium.MobileDriverManager.class - [JAR]
com.magenic.jmaqs.appium.constants
├─ com.magenic.jmaqs.appium.constants.PlatformType.class - [JAR]