jar

com.steampunk.swtf : swtf-java

Maven & Gradle

Jul 26, 2023

Salesforce WebDriver Testing Framework · Salesforce-WTF provides traceable reporting for both web and API testing, wraps and extends Selenium calls to more appropriately handle testing errors, and supports testing over multiple browsers. Additionally, Salesforce-WTF is optimized for use on Salesforce systems, with specific locators and actions for custom Salesforce objects.

Table Of Contents

Latest Version

Download com.steampunk.swtf : swtf-java JAR file - Latest Versions:

All Versions

Download com.steampunk.swtf : swtf-java JAR file - All Versions:

Version Vulnerabilities Size Updated
0.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 swtf-java-0.0.7.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.steampunk.swtf.reporter

├─ com.steampunk.swtf.reporter.ConsoleReporter.class - [JAR]

├─ com.steampunk.swtf.reporter.FailedStepException.class - [JAR]

├─ com.steampunk.swtf.reporter.HtmlReporter.class - [JAR]

├─ com.steampunk.swtf.reporter.JsonReporter.class - [JAR]

├─ com.steampunk.swtf.reporter.MarkdownReporter.class - [JAR]

├─ com.steampunk.swtf.reporter.Reporter.class - [JAR]

├─ com.steampunk.swtf.reporter.RestRequest.class - [JAR]

├─ com.steampunk.swtf.reporter.Step.class - [JAR]

com.steampunk.swtf.utilities

├─ com.steampunk.swtf.utilities.Constants.class - [JAR]

├─ com.steampunk.swtf.utilities.Credentials.class - [JAR]

├─ com.steampunk.swtf.utilities.Property.class - [JAR]

├─ com.steampunk.swtf.utilities.Sfdx.class - [JAR]

com.steampunk.swtf

├─ com.steampunk.swtf.AndroidDriver.class - [JAR]

├─ com.steampunk.swtf.By.class - [JAR]

├─ com.steampunk.swtf.ChromeDriver.class - [JAR]

├─ com.steampunk.swtf.EdgeDriver.class - [JAR]

├─ com.steampunk.swtf.FirefoxDriver.class - [JAR]

├─ com.steampunk.swtf.IOSDriver.class - [JAR]

├─ com.steampunk.swtf.InternetExplorerDriver.class - [JAR]

├─ com.steampunk.swtf.OperaDriver.class - [JAR]

├─ com.steampunk.swtf.RemoteInputMethodManager.class - [JAR]

├─ com.steampunk.swtf.RemoteNavigation.class - [JAR]

├─ com.steampunk.swtf.RemoteTargetLocator.class - [JAR]

├─ com.steampunk.swtf.RemoteTimeouts.class - [JAR]

├─ com.steampunk.swtf.RemoteWebDriver.class - [JAR]

├─ com.steampunk.swtf.RemoteWebDriverOptions.class - [JAR]

├─ com.steampunk.swtf.RemoteWindow.class - [JAR]

├─ com.steampunk.swtf.SafariDriver.class - [JAR]

├─ com.steampunk.swtf.WebDriver.class - [JAR]

├─ com.steampunk.swtf.WebElement.class - [JAR]

├─ com.steampunk.swtf.WebRest.class - [JAR]

Advertisement