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 EeraDi-Framework-Appium-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.easyAutomate.driver
├─ com.easyAutomate.driver.DriverFactory.class - [JAR]
com.easyAutomate.variable
├─ com.easyAutomate.variable.StoreVariable.class - [JAR]
com.easyAutomate.wrappers
├─ com.easyAutomate.wrappers.AndroidNativeWrappers.class - [JAR]
├─ com.easyAutomate.wrappers.AppiumHybridOrWebCommonWrappers.class - [JAR]
├─ com.easyAutomate.wrappers.AppiumNativeCommonWrappers.class - [JAR]
├─ com.easyAutomate.wrappers.EasyAutomateWrappers.class - [JAR]
├─ com.easyAutomate.wrappers.IosNativeWrappers.class - [JAR]
com.easyAutomate.stepDefinition
├─ com.easyAutomate.stepDefinition.AndroidNativeSteps.class - [JAR]
├─ com.easyAutomate.stepDefinition.AppiumHybridOrWebCommonSteps.class - [JAR]
├─ com.easyAutomate.stepDefinition.AppiumNativeCommonSteps.class - [JAR]
├─ com.easyAutomate.stepDefinition.IosNativeSteps.class - [JAR]