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 automated-browser-1.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.chavaillaz.browser.engine
├─ com.chavaillaz.browser.engine.AutomatedBrowser.class - [JAR]
├─ com.chavaillaz.browser.engine.AutomatedBrowserFlow.class - [JAR]
├─ com.chavaillaz.browser.engine.Browser.class - [JAR]
com.chavaillaz.browser.exception
├─ com.chavaillaz.browser.exception.BrowserException.class - [JAR]
com.chavaillaz.browser.utils
├─ com.chavaillaz.browser.utils.BrowserUtils.class - [JAR]