Uses of Class
org.openqa.selenium.devtools.v107.storage.model.StorageType
-
Packages that use StorageType Package Description org.openqa.selenium.devtools.v107.storage.model -
-
Uses of StorageType in org.openqa.selenium.devtools.v107.storage.model
Methods in org.openqa.selenium.devtools.v107.storage.model that return StorageType Modifier and Type Method Description static StorageTypeStorageType. fromString(java.lang.String s)StorageTypeUsageForType. getStorageType()Name of storage type.static StorageTypeStorageType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StorageType[]StorageType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.v107.storage.model with parameters of type StorageType Constructor Description UsageForType(StorageType storageType, java.lang.Number usage)
-