Class $

java.lang.Object
com.shaft.driver.SHAFT
com.shaft.driver.internal.$

public class $ extends SHAFT
A shorthand alias for the SHAFT class, providing the same unified entry point to all SHAFT framework capabilities (GUI, API, CLI, DB, Validations, TestData, and Report) under a concise $ identifier.

Usage example:

    $.GUI.WebDriver driver = new $.GUI.WebDriver();
  • Constructor Details

    • $

      public $()
      Default constructor for the $ shorthand alias. Delegates to the SHAFT superclass constructor.