Uses of Enum Class
org.openqa.selenium.devtools.v141.storage.model.SharedStorageAccessMethod
Packages that use SharedStorageAccessMethod
-
Uses of SharedStorageAccessMethod in org.openqa.selenium.devtools.v141.storage.model
Methods in org.openqa.selenium.devtools.v141.storage.model that return SharedStorageAccessMethodModifier and TypeMethodDescriptionstatic SharedStorageAccessMethodSharedStorageAccessMethod.fromString(String s) SharedStorageAccessed.getMethod()Enum value indicating the Shared Storage API method invoked.SharedStorageWorkletOperationExecutionFinished.getMethod()Enum value indicating the Shared Storage API method invoked.static SharedStorageAccessMethodReturns the enum constant of this class with the specified name.static SharedStorageAccessMethod[]SharedStorageAccessMethod.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 SharedStorageAccessMethodModifierConstructorDescriptionSharedStorageAccessed(TimeSinceEpoch accessTime, SharedStorageAccessScope scope, SharedStorageAccessMethod method, FrameId mainFrameId, String ownerOrigin, String ownerSite, SharedStorageAccessParams params) SharedStorageWorkletOperationExecutionFinished(TimeSinceEpoch finishedTime, Integer executionTime, SharedStorageAccessMethod method, String operationId, TargetID workletTargetId, FrameId mainFrameId, String ownerOrigin)