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 web-ui-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
environment
├─ environment.Environment.class - [JAR]
├─ environment.EnvironmentType.class - [JAR]
ui
├─ ui.BasePage.class - [JAR]
driver
├─ driver.Local.class - [JAR]
├─ driver.Mobile.class - [JAR]
├─ driver.MobileCapabilities.class - [JAR]
├─ driver.Selenoid.class - [JAR]
├─ driver.UiWebDriver.class - [JAR]
utils
├─ utils.Context.class - [JAR]
├─ utils.Screen.class - [JAR]
driver.constants
├─ driver.constants.BrowserLabel.class - [JAR]
├─ driver.constants.MobileCapabilitiesField.class - [JAR]
├─ driver.constants.MobileCapabilitiesMode.class - [JAR]
config
├─ config.DotEnvConfig.class - [JAR]
├─ config.DotEnvField.class - [JAR]
├─ config.PropertiesConfig.class - [JAR]