Table of Contents

Class CSSScope

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

CSS Scope at-rule descriptor.

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

Constructors

CSSScope(string)

CSS Scope at-rule descriptor.

public CSSScope(string Text)

Parameters

Text string

Scope rule text.

Properties

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

Scope rule text.

public string Text { get; init; }

Property Value

string