Table of Contents

Class CSSStartingStyle

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

CSS Starting Style at-rule descriptor.

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

Constructors

CSSStartingStyle()

CSS Starting Style at-rule descriptor.

public CSSStartingStyle()

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