Table of Contents

Class ApplicationCache

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

ApplicationCache

public sealed class ApplicationCache
Inheritance
ApplicationCache
Inherited Members

Properties

CreationTime

creationTime

[JsonPropertyName("creationTime")]
public double CreationTime { get; set; }

Property Value

double

ManifestURL

manifestURL

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

Property Value

string

Resources

resources

[JsonPropertyName("resources")]
public ApplicationCacheResource[] Resources { get; set; }

Property Value

ApplicationCacheResource[]

Size

size

[JsonPropertyName("size")]
public double Size { get; set; }

Property Value

double

UpdateTime

updateTime

[JsonPropertyName("updateTime")]
public double UpdateTime { get; set; }

Property Value

double