Class Specificity
java.lang.Object
org.openqa.selenium.devtools.v126.css.model.Specificity
Specificity:
https://drafts.csswg.org/selectors/#specificity-rules
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetA()
The a component, which represents the number of ID selectors.getB()
The b component, which represents the number of class selectors, attributes selectors, and pseudo-classes.getC()
The c component, which represents the number of type selectors and pseudo-elements.
-
Constructor Details
-
Specificity
-
-
Method Details
-
getA
The a component, which represents the number of ID selectors. -
getB
The b component, which represents the number of class selectors, attributes selectors, and pseudo-classes. -
getC
The c component, which represents the number of type selectors and pseudo-elements.
-