Table of Contents

Class CachedResource

Namespace
OpenQA.Selenium.DevTools.V130.Network
Assembly
WebDriver.dll

CachedResource

public sealed class CachedResource
Inheritance
CachedResource
Inherited Members

Properties

BodySize

bodySize

[JsonPropertyName("bodySize")]
public double BodySize { get; set; }

Property Value

double

Response

response

[JsonPropertyName("response")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Response Response { get; set; }

Property Value

Response

Type

type

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

Property Value

ResourceType

Url

url

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

Property Value

string