Enum Class PseudoType

java.lang.Object
java.lang.Enum<PseudoType>
org.openqa.selenium.devtools.v85.dom.model.PseudoType
All Implemented Interfaces:
Serializable, Comparable<PseudoType>, Constable

public enum PseudoType extends Enum<PseudoType>
Pseudo element type.
  • Enum Constant Details

    • FIRST_LINE

      public static final PseudoType FIRST_LINE
    • FIRST_LETTER

      public static final PseudoType FIRST_LETTER
    • BEFORE

      public static final PseudoType BEFORE
    • AFTER

      public static final PseudoType AFTER
    • MARKER

      public static final PseudoType MARKER
    • BACKDROP

      public static final PseudoType BACKDROP
    • SELECTION

      public static final PseudoType SELECTION
    • FIRST_LINE_INHERITED

      public static final PseudoType FIRST_LINE_INHERITED
    • SCROLLBAR

      public static final PseudoType SCROLLBAR
    • SCROLLBAR_THUMB

      public static final PseudoType SCROLLBAR_THUMB
    • SCROLLBAR_BUTTON

      public static final PseudoType SCROLLBAR_BUTTON
    • SCROLLBAR_TRACK

      public static final PseudoType SCROLLBAR_TRACK
    • SCROLLBAR_TRACK_PIECE

      public static final PseudoType SCROLLBAR_TRACK_PIECE
    • SCROLLBAR_CORNER

      public static final PseudoType SCROLLBAR_CORNER
    • RESIZER

      public static final PseudoType RESIZER
    • INPUT_LIST_BUTTON

      public static final PseudoType INPUT_LIST_BUTTON
  • Method Details

    • values

      public static PseudoType[] 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 PseudoType 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
    • fromString

      public static PseudoType fromString(String s)
    • toString

      public String toString()
      Overrides:
      toString in class Enum<PseudoType>
    • toJson

      public String toJson()