Enum Class JavaScriptHelper

java.lang.Object
java.lang.Enum<JavaScriptHelper>
com.shaft.tools.internal.support.JavaScriptHelper
All Implemented Interfaces:
Serializable, Comparable<JavaScriptHelper>, Constable

public enum JavaScriptHelper extends Enum<JavaScriptHelper>
  • Enum Constant Details

    • LOAD_JQUERY

      public static final JavaScriptHelper LOAD_JQUERY
    • ELEMENT_DRAG_AND_DROP

      public static final JavaScriptHelper ELEMENT_DRAG_AND_DROP
    • ELEMENT_GET_XPATH

      public static final JavaScriptHelper ELEMENT_GET_XPATH
    • ELEMENT_SCROLL_TO_VIEWPORT

      public static final JavaScriptHelper ELEMENT_SCROLL_TO_VIEWPORT
    • WINDOW_FOCUS

      public static final JavaScriptHelper WINDOW_FOCUS
    • WINDOW_RESET_LOCATION

      public static final JavaScriptHelper WINDOW_RESET_LOCATION
    • WINDOW_RESIZE

      public static final JavaScriptHelper WINDOW_RESIZE
    • DOCUMENT_READY_STATE

      public static final JavaScriptHelper DOCUMENT_READY_STATE
    • JQUERY_ACTIVE_STATE

      public static final JavaScriptHelper JQUERY_ACTIVE_STATE
    • ANGULAR_READY_STATE

      public static final JavaScriptHelper ANGULAR_READY_STATE
    • INJECT_INPUT_TO_UPLOAD_FILE_VIA_DROP_ACTION

      public static final JavaScriptHelper INJECT_INPUT_TO_UPLOAD_FILE_VIA_DROP_ACTION
  • Method Details

    • values

      public static JavaScriptHelper[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static JavaScriptHelper valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null