Table of Contents

Enum CSSRuleType

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

Enum indicating the type of a CSS rule, used to represent the order of a style rule's ancestors. This list only contains rule types that are collected during the ancestor rule collection.

[JsonConverter(typeof(JsonStringEnumConverter<CSSRuleType>))]
public enum CSSRuleType

Fields

ContainerRule = 2
LayerRule = 3
MediaRule = 0
NavigationRule = 7
ScopeRule = 4
StartingStyleRule = 6
StyleRule = 5
SupportsRule = 1