jar

io.github.jun1983 : jstf

Maven & Gradle

Oct 30, 2019
1 stars

java Selenium Test Framework · A consolidated Java Selenium Automation Test Framework

Table Of Contents

Latest Version

Download io.github.jun1983 : jstf JAR file - Latest Versions:

All Versions

Download io.github.jun1983 : jstf JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jstf-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.jstf.main

├─ com.jstf.main.JSTF.class - [JAR]

com.jstf.helpers

├─ com.jstf.helpers.BrokenLinkHelper.class - [JAR]

├─ com.jstf.helpers.ServiceHelper.class - [JAR]

com.jstf.accessibility

├─ com.jstf.accessibility.JAXE.class - [JAR]

com.jstf.config

├─ com.jstf.config.ConfigHelper.class - [JAR]

├─ com.jstf.config.JConfig.class - [JAR]

com.jstf.selenium

├─ com.jstf.selenium.BrowserType.class - [JAR]

├─ com.jstf.selenium.ElementSelectionType.class - [JAR]

├─ com.jstf.selenium.JAssert.class - [JAR]

├─ com.jstf.selenium.JBy.class - [JAR]

├─ com.jstf.selenium.JDriver.class - [JAR]

├─ com.jstf.selenium.JDriverOptions.class - [JAR]

├─ com.jstf.selenium.JDriverWait.class - [JAR]

├─ com.jstf.selenium.JElement.class - [JAR]

├─ com.jstf.selenium.JExpectedConditions.class - [JAR]

├─ com.jstf.selenium.JSelector.class - [JAR]

com.jstf.utils

├─ com.jstf.utils.JLogger.class - [JAR]

├─ com.jstf.utils.OSType.class - [JAR]

├─ com.jstf.utils.ZipUtils.class - [JAR]

com.jstf.zap

├─ com.jstf.zap.ZAPProxy.class - [JAR]

com.jstf.mockproxy

├─ com.jstf.mockproxy.JMockProxy.class - [JAR]

Advertisement