Class Value
- java.lang.Object
-
- org.openqa.selenium.devtools.css.model.Value
-
public class Value extends java.lang.Object
Data for a simple selector (these are delimited by commas in a selector list).
-
-
Constructor Summary
Constructors Constructor Description Value(java.lang.String text, SourceRange range)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SourceRange
getRange()
Value range in the underlying resource (if available).java.lang.String
getText()
Value text.
-
-
-
Constructor Detail
-
Value
public Value(java.lang.String text, SourceRange range)
-
-
Method Detail
-
getText
public java.lang.String getText()
Value text.
-
getRange
public SourceRange getRange()
Value range in the underlying resource (if available).
-
-