Table of Contents

Class FrameResource

Namespace
OpenQA.Selenium.DevTools.V131.Page
Assembly
WebDriver.dll

FrameResource

public sealed class FrameResource
Inheritance
FrameResource
Inherited Members

Properties

Canceled

canceled

[JsonPropertyName("canceled")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Canceled { get; set; }

Property Value

bool?

ContentSize

contentSize

[JsonPropertyName("contentSize")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? ContentSize { get; set; }

Property Value

double?

Failed

failed

[JsonPropertyName("failed")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Failed { get; set; }

Property Value

bool?

LastModified

lastModified

[JsonPropertyName("lastModified")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? LastModified { get; set; }

Property Value

double?

MimeType

mimeType

[JsonPropertyName("mimeType")]
public string MimeType { get; set; }

Property Value

string

Type

type

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

Property Value

ResourceType

Url

url

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

Property Value

string