Table of Contents

Class CSSNavigation

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

CSS Navigation at-rule descriptor.

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

Constructors

CSSNavigation(string)

CSS Navigation at-rule descriptor.

public CSSNavigation(string Text)

Parameters

Text string

Navigation rule text.

Properties

Active

Whether the navigation 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

Navigation rule text.

public string Text { get; init; }

Property Value

string