Table of Contents

Class CSSStyleSheetHeader

Namespace
OpenQA.Selenium.DevTools.V132.CSS
Assembly
WebDriver.dll

CSSStyleSheetHeader

public sealed class CSSStyleSheetHeader
Inheritance
CSSStyleSheetHeader
Inherited Members

Properties

Disabled

disabled

[JsonPropertyName("disabled")]
public bool Disabled { get; set; }

Property Value

bool

EndColumn

endColumn

[JsonPropertyName("endColumn")]
public double EndColumn { get; set; }

Property Value

double

EndLine

endLine

[JsonPropertyName("endLine")]
public double EndLine { get; set; }

Property Value

double

FrameId

frameId

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

Property Value

string

HasSourceURL

hasSourceURL

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

Property Value

bool?

IsConstructed

isConstructed

[JsonPropertyName("isConstructed")]
public bool IsConstructed { get; set; }

Property Value

bool

IsInline

isInline

[JsonPropertyName("isInline")]
public bool IsInline { get; set; }

Property Value

bool

IsMutable

isMutable

[JsonPropertyName("isMutable")]
public bool IsMutable { get; set; }

Property Value

bool

Length

length

[JsonPropertyName("length")]
public double Length { get; set; }

Property Value

double

LoadingFailed

loadingFailed

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

Property Value

bool?

Origin

origin

[JsonPropertyName("origin")]
public StyleSheetOrigin Origin { get; set; }

Property Value

StyleSheetOrigin

OwnerNode

ownerNode

[JsonPropertyName("ownerNode")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? OwnerNode { get; set; }

Property Value

long?

SourceMapURL

sourceMapURL

[JsonPropertyName("sourceMapURL")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string SourceMapURL { get; set; }

Property Value

string

SourceURL

sourceURL

[JsonPropertyName("sourceURL")]
public string SourceURL { get; set; }

Property Value

string

StartColumn

startColumn

[JsonPropertyName("startColumn")]
public double StartColumn { get; set; }

Property Value

double

StartLine

startLine

[JsonPropertyName("startLine")]
public double StartLine { get; set; }

Property Value

double

StyleSheetId

styleSheetId

[JsonPropertyName("styleSheetId")]
public string StyleSheetId { get; set; }

Property Value

string

Title

title

[JsonPropertyName("title")]
public string Title { get; set; }

Property Value

string