Class SharedStorageAccessed
java.lang.Object
org.openqa.selenium.devtools.v141.storage.model.SharedStorageAccessed
Shared storage was accessed by the associated page.
The following parameters are included in all events.
-
Constructor Summary
ConstructorsConstructorDescriptionSharedStorageAccessed(TimeSinceEpoch accessTime, SharedStorageAccessScope scope, SharedStorageAccessMethod method, FrameId mainFrameId, String ownerOrigin, String ownerSite, SharedStorageAccessParams params) -
Method Summary
Modifier and TypeMethodDescriptionTime of the access.DevTools Frame Token for the primary frame tree's root.Enum value indicating the Shared Storage API method invoked.Serialization of the origin owning the Shared Storage data.Serialization of the site owning the Shared Storage data.The sub-parameters wrapped by `params` are all optional and their presence/absence depends on `type`.getScope()Enum value indicating the access scope.
-
Constructor Details
-
Method Details
-
getAccessTime
Time of the access. -
getScope
Enum value indicating the access scope. -
getMethod
Enum value indicating the Shared Storage API method invoked. -
getMainFrameId
DevTools Frame Token for the primary frame tree's root. -
getOwnerOrigin
Serialization of the origin owning the Shared Storage data. -
getOwnerSite
Serialization of the site owning the Shared Storage data. -
getParams
The sub-parameters wrapped by `params` are all optional and their presence/absence depends on `type`.
-