Class Value
java.lang.Object
org.openqa.selenium.devtools.v125.css.model.Value
Data for a simple selector (these are delimited by commas in a selector list).
- 
Constructor Summary
ConstructorsConstructorDescriptionValue(String text, Optional<SourceRange> range, Optional<Specificity> specificity)  - 
Method Summary
 
- 
Constructor Details
- 
Value
 
 - 
 - 
Method Details
- 
getText
Value text. - 
getRange
Value range in the underlying resource (if available). - 
getSpecificity
Specificity of the selector. 
 -