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 webdriver-framework-core-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.browserstack.webdriver.core
├─ com.browserstack.webdriver.core.LocalFactory.class - [JAR]
├─ com.browserstack.webdriver.core.WebDriverFactory.class - [JAR]
com.browserstack.webdriver.config
├─ com.browserstack.webdriver.config.BrowserType.class - [JAR]
├─ com.browserstack.webdriver.config.Capabilities.class - [JAR]
├─ com.browserstack.webdriver.config.CommonCapabilities.class - [JAR]
├─ com.browserstack.webdriver.config.DriverType.class - [JAR]
├─ com.browserstack.webdriver.config.LocalTunnelConfig.class - [JAR]
├─ com.browserstack.webdriver.config.OnPremDriverConfig.class - [JAR]
├─ com.browserstack.webdriver.config.Platform.class - [JAR]
├─ com.browserstack.webdriver.config.RemoteDriverConfig.class - [JAR]
├─ com.browserstack.webdriver.config.WebDriverConfiguration.class - [JAR]