Class BreakpointResolved
java.lang.Object
org.openqa.selenium.devtools.v125.debugger.model.BreakpointResolved
Fired when breakpoint is resolved to an actual script and location.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionBreakpoint unique identifier.Actual breakpoint location. 
- 
Constructor Details
- 
BreakpointResolved
 
 - 
 - 
Method Details
- 
getBreakpointId
Breakpoint unique identifier. - 
getLocation
Actual breakpoint location. 
 -