Table of Contents

Class ApplicationCacheResource

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

ApplicationCacheResource

public sealed class ApplicationCacheResource
Inheritance
ApplicationCacheResource
Inherited Members

Properties

Size

size

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

Property Value

long

Type

type

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

Property Value

string

Url

url

[JsonPropertyName("url")]
public string Url { get; set; }

Property Value

string