Table of Contents

Class CSSNavigation

Namespace
OpenQA.Selenium.DevTools.V147.CSS
Assembly
Selenium.WebDriver.dll

CSS Navigation at-rule descriptor.

public sealed class CSSNavigation
Inheritance
CSSNavigation
Inherited Members

Properties

Active

Whether the navigation condition is satisfied.

[JsonPropertyName("active")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Active { get; set; }

Property Value

bool?

Range

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

[JsonPropertyName("range")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public SourceRange? Range { get; set; }

Property Value

SourceRange

StyleSheetId

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

[JsonPropertyName("styleSheetId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? StyleSheetId { get; set; }

Property Value

string

Text

Navigation rule text.

[JsonPropertyName("text")]
public string Text { get; set; }

Property Value

string