Table of Contents

Class CSSSupports

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

CSSSupports

public sealed class CSSSupports
Inheritance
CSSSupports
Inherited Members

Properties

Active

active

[JsonPropertyName("active")]
public bool Active { get; set; }

Property Value

bool

Range

range

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

Property Value

SourceRange

StyleSheetId

styleSheetId

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

Property Value

string

Text

text

[JsonPropertyName("text")]
public string Text { get; set; }

Property Value

string