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 selenium-remote-common-2.0b1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.openqa.selenium.remote
├─ org.openqa.selenium.remote.BeanToJsonConverter.class - [JAR]
├─ org.openqa.selenium.remote.Command.class - [JAR]
├─ org.openqa.selenium.remote.DesiredCapabilities.class - [JAR]
├─ org.openqa.selenium.remote.DriverCommand.class - [JAR]
├─ org.openqa.selenium.remote.ErrorCodes.class - [JAR]
├─ org.openqa.selenium.remote.JsonException.class - [JAR]
├─ org.openqa.selenium.remote.JsonToBeanConverter.class - [JAR]
├─ org.openqa.selenium.remote.PropertyMunger.class - [JAR]
├─ org.openqa.selenium.remote.Response.class - [JAR]
├─ org.openqa.selenium.remote.SessionId.class - [JAR]
├─ org.openqa.selenium.remote.SimplePropertyDescriptor.class - [JAR]