Class Debugger.SetBreakpointResponse
java.lang.Object
org.openqa.selenium.devtools.v114.debugger.Debugger.SetBreakpointResponse
- Enclosing class:
- Debugger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionLocation this breakpoint resolved into.Id of the created breakpoint for further reference.
-
Constructor Details
-
SetBreakpointResponse
-
-
Method Details
-
getBreakpointId
Id of the created breakpoint for further reference. -
getActualLocation
Location this breakpoint resolved into.
-