java.lang.Object
org.openqa.selenium.devtools.v85.css.model.Value

public class Value extends Object
Data for a simple selector (these are delimited by commas in a selector list).
  • Constructor Details

  • Method Details

    • getText

      public String getText()
      Value text.
    • getRange

      public Optional<SourceRange> getRange()
      Value range in the underlying resource (if available).