Table of Contents

Class SharedStorageAccessedEventArgs

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

SharedStorageAccessed

public sealed class SharedStorageAccessedEventArgs : EventArgs
Inheritance
SharedStorageAccessedEventArgs
Inherited Members

Properties

AccessTime

Gets or sets the accessTime

[JsonPropertyName("accessTime")]
public double AccessTime { get; set; }

Property Value

double

MainFrameId

Gets or sets the mainFrameId

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

Property Value

string

OwnerOrigin

Gets or sets the ownerOrigin

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

Property Value

string

Params

Gets or sets the params

[JsonPropertyName("params")]
public SharedStorageAccessParams Params { get; set; }

Property Value

SharedStorageAccessParams

Type

Gets or sets the type

[JsonPropertyName("type")]
public SharedStorageAccessType Type { get; set; }

Property Value

SharedStorageAccessType