Table of Contents

Class ApplicationCacheStatusUpdatedEventArgs

Namespace
OpenQA.Selenium.DevTools.V85.ApplicationCache
Assembly
WebDriver.dll

ApplicationCacheStatusUpdated

public sealed class ApplicationCacheStatusUpdatedEventArgs : EventArgs
Inheritance
ApplicationCacheStatusUpdatedEventArgs
Inherited Members

Properties

FrameId

Gets or sets the frameId

[JsonPropertyName("frameId")]
public string FrameId { get; set; }

Property Value

string

ManifestURL

Gets or sets the manifestURL

[JsonPropertyName("manifestURL")]
public string ManifestURL { get; set; }

Property Value

string

Status

Gets or sets the status

[JsonPropertyName("status")]
public long Status { get; set; }

Property Value

long