Class ScriptPosition
- java.lang.Object
-
- org.openqa.selenium.devtools.v95.debugger.model.ScriptPosition
-
@Beta public class ScriptPosition extends java.lang.Object
Location in the source code.
-
-
Constructor Summary
Constructors Constructor Description ScriptPosition(java.lang.Integer lineNumber, java.lang.Integer columnNumber)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
getColumnNumber()
java.lang.Integer
getLineNumber()
-