Table of Contents

Class CSSAtRule

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

CSSAtRule

public sealed class CSSAtRule
Inheritance
CSSAtRule
Inherited Members

Properties

Name

name

[JsonPropertyName("name")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Value? Name { get; set; }

Property Value

Value

Origin

origin

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

Property Value

StyleSheetOrigin

Style

style

[JsonPropertyName("style")]
public CSSStyle Style { get; set; }

Property Value

CSSStyle

StyleSheetId

styleSheetId

[JsonPropertyName("styleSheetId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? StyleSheetId { get; set; }

Property Value

string

Subsection

subsection

[JsonPropertyName("subsection")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public CSSAtRuleSubsectionValues? Subsection { get; set; }

Property Value

CSSAtRuleSubsectionValues?

Type

type

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

Property Value

CSSAtRuleTypeValues