Class BreakLocation
java.lang.Object
org.openqa.selenium.devtools.v125.debugger.model.BreakLocation
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
ConstructorsConstructorDescriptionBreakLocation(ScriptId scriptId, Integer lineNumber, Optional<Integer> columnNumber, Optional<BreakLocation.Type> type)  - 
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`.getType() 
- 
Constructor Details
- 
BreakLocation
 
 - 
 - 
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). - 
getType
 
 -