Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Table of Contents

Class SharedStorageAccessedEventArgs

Namespace
OpenQA.Selenium.DevTools.V137.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

Method

Gets or sets the method

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

Property Value

SharedStorageAccessMethod

OwnerOrigin

Gets or sets the ownerOrigin

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

Property Value

string

OwnerSite

Gets or sets the ownerSite

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

Property Value

string

Params

Gets or sets the params

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

Property Value

SharedStorageAccessParams

Scope

Gets or sets the scope

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

Property Value

SharedStorageAccessScope