Class Location
java.lang.Object
org.openqa.selenium.devtools.v114.debugger.model.Location
Location in the source code.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionColumn number in the script (0-based).Line number in the script (0-based).Script identifier as reported in the `Debugger.scriptParsed`.
-
Constructor Details
-
Location
-
-
Method Details
-
getScriptId
Script identifier as reported in the `Debugger.scriptParsed`. -
getLineNumber
Line number in the script (0-based). -
getColumnNumber
Column number in the script (0-based).
-