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 scalatest-selenium_2.10-3.0.0-SNAP13.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.scalatest.selenium
├─ org.scalatest.selenium.Chrome.class - [JAR]
├─ org.scalatest.selenium.Driver.class - [JAR]
├─ org.scalatest.selenium.Firefox.class - [JAR]
├─ org.scalatest.selenium.HtmlUnit.class - [JAR]
├─ org.scalatest.selenium.InternetExplorer.class - [JAR]
├─ org.scalatest.selenium.Page.class - [JAR]
├─ org.scalatest.selenium.Safari.class - [JAR]
├─ org.scalatest.selenium.WebBrowser.class - [JAR]