Table of Contents

Class Specificity

Namespace
OpenQA.Selenium.DevTools.V148.CSS
Assembly
Selenium.WebDriver.dll
public sealed class Specificity
Inheritance
Specificity
Inherited Members

Properties

A

The a component, which represents the number of ID selectors.

[JsonPropertyName("a")]
public long A { get; set; }

Property Value

long

B

The b component, which represents the number of class selectors, attributes selectors, and pseudo-classes.

[JsonPropertyName("b")]
public long B { get; set; }

Property Value

long

C

The c component, which represents the number of type selectors and pseudo-elements.

[JsonPropertyName("c")]
public long C { get; set; }

Property Value

long