Uses of Enum Class
org.openqa.selenium.devtools.v114.storage.model.StorageBucketsDurability
Packages that use StorageBucketsDurability
-
Uses of StorageBucketsDurability in org.openqa.selenium.devtools.v114.storage.model
Methods in org.openqa.selenium.devtools.v114.storage.model that return StorageBucketsDurabilityModifier and TypeMethodDescriptionstatic StorageBucketsDurabilityStorageBucketsDurability.fromString(String s) StorageBucketInfo.getDurability()static StorageBucketsDurabilityReturns the enum constant of this class with the specified name.static StorageBucketsDurability[]StorageBucketsDurability.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v114.storage.model with parameters of type StorageBucketsDurabilityModifierConstructorDescriptionStorageBucketInfo(SerializedStorageKey storageKey, String id, String name, Boolean isDefault, TimeSinceEpoch expiration, Number quota, Boolean persistent, StorageBucketsDurability durability)