Class SourceRange

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

public class SourceRange extends Object
Text range within a resource. All numbers are zero-based.
  • Constructor Details

  • Method Details

    • getStartLine

      public Integer getStartLine()
      Start line of range.
    • getStartColumn

      public Integer getStartColumn()
      Start column of range (inclusive).
    • getEndLine

      public Integer getEndLine()
      End line of range
    • getEndColumn

      public Integer getEndColumn()
      End column of range (exclusive).