Table of Contents

Class CSSStyle

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

CSSStyle

public sealed class CSSStyle
Inheritance
CSSStyle
Inherited Members

Properties

CssProperties

cssProperties

[JsonPropertyName("cssProperties")]
public CSSProperty[] CssProperties { get; set; }

Property Value

CSSProperty[]

CssText

cssText

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

Property Value

string

Range

range

[JsonPropertyName("range")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public SourceRange? Range { get; set; }

Property Value

SourceRange

ShorthandEntries

shorthandEntries

[JsonPropertyName("shorthandEntries")]
public ShorthandEntry[] ShorthandEntries { get; set; }

Property Value

ShorthandEntry[]

StyleSheetId

styleSheetId

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

Property Value

string