Table of Contents

Class CSSLayer

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

CSS Layer at-rule descriptor.

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

Constructors

CSSLayer(string)

CSS Layer at-rule descriptor.

public CSSLayer(string Text)

Parameters

Text string

Layer name.

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

Layer name.

public string Text { get; init; }

Property Value

string