Class SharedStorageAccessed

java.lang.Object
org.openqa.selenium.devtools.v127.storage.model.SharedStorageAccessed

public class SharedStorageAccessed extends Object
Shared storage was accessed by the associated page. The following parameters are included in all events.
  • Constructor Details

  • Method Details

    • getAccessTime

      public TimeSinceEpoch getAccessTime()
      Time of the access.
    • getType

      public SharedStorageAccessType getType()
      Enum value indicating the Shared Storage API method invoked.
    • getMainFrameId

      public FrameId getMainFrameId()
      DevTools Frame Token for the primary frame tree's root.
    • getOwnerOrigin

      public String getOwnerOrigin()
      Serialized origin for the context that invoked the Shared Storage API.
    • getParams

      public SharedStorageAccessParams getParams()
      The sub-parameters wrapped by `params` are all optional and their presence/absence depends on `type`.