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