Uses of Enum Class
org.openqa.selenium.devtools.v130.storage.model.SharedStorageAccessType
Packages that use SharedStorageAccessType
-
Uses of SharedStorageAccessType in org.openqa.selenium.devtools.v130.storage.model
Methods in org.openqa.selenium.devtools.v130.storage.model that return SharedStorageAccessTypeModifier and TypeMethodDescriptionstatic SharedStorageAccessTypeSharedStorageAccessType.fromString(String s) SharedStorageAccessed.getType()Enum value indicating the Shared Storage API method invoked.static SharedStorageAccessTypeReturns the enum constant of this class with the specified name.static SharedStorageAccessType[]SharedStorageAccessType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v130.storage.model with parameters of type SharedStorageAccessTypeModifierConstructorDescriptionSharedStorageAccessed(TimeSinceEpoch accessTime, SharedStorageAccessType type, FrameId mainFrameId, String ownerOrigin, SharedStorageAccessParams params)