Table of Contents

Class SpecificityComponent

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

Contribution of an individual simple selector to specificity.

public sealed class SpecificityComponent
Inheritance
SpecificityComponent
Inherited Members

Properties

A

The a component contribution.

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

Property Value

long

B

The b component contribution.

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

Property Value

long

C

The c component contribution.

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

Property Value

long

Text

The simple selector text that contributes to specificity.

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

Property Value

string