Table of Contents

Class SharedStorageWorkletOperationExecutionFinishedEventArgs

Namespace
OpenQA.Selenium.DevTools.V138.Storage
Assembly
WebDriver.dll

SharedStorageWorkletOperationExecutionFinished

public sealed class SharedStorageWorkletOperationExecutionFinishedEventArgs : EventArgs
Inheritance
SharedStorageWorkletOperationExecutionFinishedEventArgs
Inherited Members

Properties

ExecutionTime

Gets or sets the executionTime

[JsonPropertyName("executionTime")]
public long ExecutionTime { get; set; }

Property Value

long

FinishedTime

Gets or sets the finishedTime

[JsonPropertyName("finishedTime")]
public double FinishedTime { get; set; }

Property Value

double

MainFrameId

Gets or sets the mainFrameId

[JsonPropertyName("mainFrameId")]
public string MainFrameId { get; set; }

Property Value

string

Method

Gets or sets the method

[JsonPropertyName("method")]
public SharedStorageAccessMethod Method { get; set; }

Property Value

SharedStorageAccessMethod

OperationId

Gets or sets the operationId

[JsonPropertyName("operationId")]
public string OperationId { get; set; }

Property Value

string

OwnerOrigin

Gets or sets the ownerOrigin

[JsonPropertyName("ownerOrigin")]
public string OwnerOrigin { get; set; }

Property Value

string

WorkletTargetId

Gets or sets the workletTargetId

[JsonPropertyName("workletTargetId")]
public string WorkletTargetId { get; set; }

Property Value

string