Uses of Class
org.openqa.selenium.devtools.v113.storage.model.SharedStorageAccessType
-
Packages that use SharedStorageAccessType Package Description org.openqa.selenium.devtools.v113.storage.model -
-
Uses of SharedStorageAccessType in org.openqa.selenium.devtools.v113.storage.model
Methods in org.openqa.selenium.devtools.v113.storage.model that return SharedStorageAccessType Modifier and Type Method Description static SharedStorageAccessTypeSharedStorageAccessType. fromString(java.lang.String s)SharedStorageAccessTypeSharedStorageAccessed. getType()Enum value indicating the Shared Storage API method invoked.static SharedStorageAccessTypeSharedStorageAccessType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SharedStorageAccessType[]SharedStorageAccessType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.v113.storage.model with parameters of type SharedStorageAccessType Constructor Description SharedStorageAccessed(TimeSinceEpoch accessTime, SharedStorageAccessType type, FrameId mainFrameId, java.lang.String ownerOrigin, SharedStorageAccessParams params)
-