Class SharedStorageWorkletOperationExecutionFinished

java.lang.Object
org.openqa.selenium.devtools.v141.storage.model.SharedStorageWorkletOperationExecutionFinished

public class SharedStorageWorkletOperationExecutionFinished extends Object
A shared storage run or selectURL operation finished its execution. The following parameters are included in all events.
  • Constructor Details

  • Method Details

    • getFinishedTime

      public TimeSinceEpoch getFinishedTime()
      Time that the operation finished.
    • getExecutionTime

      public Integer getExecutionTime()
      Time, in microseconds, from start of shared storage JS API call until end of operation execution in the worklet.
    • getMethod

      public SharedStorageAccessMethod getMethod()
      Enum value indicating the Shared Storage API method invoked.
    • getOperationId

      public String getOperationId()
      ID of the operation call.
    • getWorkletTargetId

      public TargetID getWorkletTargetId()
      Hex representation of the DevTools token used as the TargetID for the associated shared storage worklet.
    • getMainFrameId

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

      public String getOwnerOrigin()
      Serialization of the origin owning the Shared Storage data.