Table of Contents

Class CSSSupports

Namespace
Selenium.WebDriver.BiDi.Cdp.CSS
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

CSS Supports at-rule descriptor.

public sealed record CSSSupports : IEquatable<CSSSupports>
Inheritance
CSSSupports
Implements
Inherited Members

Constructors

CSSSupports(string, bool)

CSS Supports at-rule descriptor.

public CSSSupports(string Text, bool Active)

Parameters

Text string

Supports rule text.

Active bool

Whether the supports condition is satisfied.

Properties

Active

Whether the supports condition is satisfied.

public bool Active { get; init; }

Property Value

bool

Range

The associated rule header range in the enclosing stylesheet (if available).

public SourceRange? Range { get; init; }

Property Value

SourceRange

StyleSheetId

Identifier of the stylesheet containing this object (if exists).

public StyleSheetId? StyleSheetId { get; init; }

Property Value

StyleSheetId

Text

Supports rule text.

public string Text { get; init; }

Property Value

string