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 photon-session-1.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.the99tests.photon
├─ com.the99tests.photon.DataStore.class - [JAR]
├─ com.the99tests.photon.MessageQueue.class - [JAR]
├─ com.the99tests.photon.PhotonSession.class - [JAR]
├─ com.the99tests.photon.PhotonSuiteBase.class - [JAR]
├─ com.the99tests.photon.QuickChecks.class - [JAR]
com.the99tests.photon.platforms
├─ com.the99tests.photon.platforms.AndroidManager.class - [JAR]
├─ com.the99tests.photon.platforms.ChromeManager.class - [JAR]
├─ com.the99tests.photon.platforms.FirefoxManager.class - [JAR]
├─ com.the99tests.photon.platforms.PhotonPlatformManagerFactory.class - [JAR]
├─ com.the99tests.photon.platforms.PlatformManager.class - [JAR]
├─ com.the99tests.photon.platforms.UnsupportedConfigException.class - [JAR]