java.lang.Object
org.openqa.selenium.devtools.v85.debugger.model.Location

public class Location extends Object
Location in the source code.
  • Constructor Details

  • Method Details

    • getScriptId

      public ScriptId getScriptId()
      Script identifier as reported in the `Debugger.scriptParsed`.
    • getLineNumber

      public Integer getLineNumber()
      Line number in the script (0-based).
    • getColumnNumber

      public Optional<Integer> getColumnNumber()
      Column number in the script (0-based).