Enum Class StorageType

java.lang.Object
java.lang.Enum<StorageType>
org.openqa.selenium.devtools.v120.storage.model.StorageType
All Implemented Interfaces:
Serializable, Comparable<StorageType>, Constable

public enum StorageType extends Enum<StorageType>
Enum of possible storage types.
  • Enum Constant Details

    • APPCACHE

      public static final StorageType APPCACHE
    • COOKIES

      public static final StorageType COOKIES
    • FILE_SYSTEMS

      public static final StorageType FILE_SYSTEMS
    • INDEXEDDB

      public static final StorageType INDEXEDDB
    • LOCAL_STORAGE

      public static final StorageType LOCAL_STORAGE
    • SHADER_CACHE

      public static final StorageType SHADER_CACHE
    • WEBSQL

      public static final StorageType WEBSQL
    • SERVICE_WORKERS

      public static final StorageType SERVICE_WORKERS
    • CACHE_STORAGE

      public static final StorageType CACHE_STORAGE
    • INTEREST_GROUPS

      public static final StorageType INTEREST_GROUPS
    • SHARED_STORAGE

      public static final StorageType SHARED_STORAGE
    • STORAGE_BUCKETS

      public static final StorageType STORAGE_BUCKETS
    • ALL

      public static final StorageType ALL
    • OTHER

      public static final StorageType OTHER
  • Method Details

    • values

      public static StorageType[] 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 StorageType 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 StorageType fromString(String s)
    • toString

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

      public String toJson()