Class BreakpointResolved
java.lang.Object
org.openqa.selenium.devtools.v135.debugger.model.BreakpointResolved
Deprecated.
Fired when breakpoint is resolved to an actual script and location.
Deprecated in favor of `resolvedBreakpoints` in the `scriptParsed` event.
-
Constructor Summary
ConstructorsConstructorDescriptionBreakpointResolved
(BreakpointId breakpointId, Location location) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Breakpoint unique identifier.Deprecated.Actual breakpoint location.
-
Constructor Details
-
BreakpointResolved
Deprecated.
-
-
Method Details
-
getBreakpointId
Deprecated.Breakpoint unique identifier. -
getLocation
Deprecated.Actual breakpoint location.
-