Uses of Enum Class
org.openqa.selenium.devtools.v141.storage.model.StorageBucketsDurability
Packages that use StorageBucketsDurability
-
Uses of StorageBucketsDurability in org.openqa.selenium.devtools.v141.storage.model
Methods in org.openqa.selenium.devtools.v141.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.v141.storage.model with parameters of type StorageBucketsDurabilityModifierConstructorDescriptionStorageBucketInfo(StorageBucket bucket, String id, TimeSinceEpoch expiration, Number quota, Boolean persistent, StorageBucketsDurability durability)