Table of Contents

Class SharedStorageAccessedEventArgs

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

Shared storage was accessed by the associated page. The following parameters are included in all events.

public sealed class SharedStorageAccessedEventArgs : EventArgs
Inheritance
SharedStorageAccessedEventArgs
Inherited Members

Properties

AccessTime

Time of the access.

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

Property Value

double

MainFrameId

DevTools Frame Token for the primary frame tree's root.

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

Property Value

string

Method

Enum value indicating the Shared Storage API method invoked.

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

Property Value

SharedStorageAccessMethod

OwnerOrigin

Serialization of the origin owning the Shared Storage data.

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

Property Value

string

OwnerSite

Serialization of the site owning the Shared Storage data.

[JsonPropertyName("ownerSite")]
public string OwnerSite { get; set; }

Property Value

string

Params

The sub-parameters wrapped by params are all optional and their presence/absence depends on type.

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

Property Value

SharedStorageAccessParams

Scope

Enum value indicating the access scope.

[JsonPropertyName("scope")]
public SharedStorageAccessScope Scope { get; set; }

Property Value

SharedStorageAccessScope