Class SharedStorageWorkletOperationExecutionFinished
java.lang.Object
org.openqa.selenium.devtools.v141.storage.model.SharedStorageWorkletOperationExecutionFinished
A shared storage run or selectURL operation finished its execution.
The following parameters are included in all events.
-
Constructor Summary
ConstructorsConstructorDescriptionSharedStorageWorkletOperationExecutionFinished(TimeSinceEpoch finishedTime, Integer executionTime, SharedStorageAccessMethod method, String operationId, TargetID workletTargetId, FrameId mainFrameId, String ownerOrigin) -
Method Summary
Modifier and TypeMethodDescriptionTime, in microseconds, from start of shared storage JS API call until end of operation execution in the worklet.Time that the operation finished.DevTools Frame Token for the primary frame tree's root.Enum value indicating the Shared Storage API method invoked.ID of the operation call.Serialization of the origin owning the Shared Storage data.Hex representation of the DevTools token used as the TargetID for the associated shared storage worklet.
-
Constructor Details
-
Method Details
-
getFinishedTime
Time that the operation finished. -
getExecutionTime
Time, in microseconds, from start of shared storage JS API call until end of operation execution in the worklet. -
getMethod
Enum value indicating the Shared Storage API method invoked. -
getOperationId
ID of the operation call. -
getWorkletTargetId
Hex representation of the DevTools token used as the TargetID for the associated shared storage worklet. -
getMainFrameId
DevTools Frame Token for the primary frame tree's root. -
getOwnerOrigin
Serialization of the origin owning the Shared Storage data.
-