Class BreakpointResolved
- java.lang.Object
-
- org.openqa.selenium.devtools.v112.debugger.model.BreakpointResolved
-
public class BreakpointResolved extends java.lang.Object
Fired when breakpoint is resolved to an actual script and location.
-
-
Constructor Summary
Constructors Constructor Description BreakpointResolved(BreakpointId breakpointId, Location location)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BreakpointId
getBreakpointId()
Breakpoint unique identifier.Location
getLocation()
Actual breakpoint location.
-
-
-
Constructor Detail
-
BreakpointResolved
public BreakpointResolved(BreakpointId breakpointId, Location location)
-
-
Method Detail
-
getBreakpointId
public BreakpointId getBreakpointId()
Breakpoint unique identifier.
-
getLocation
public Location getLocation()
Actual breakpoint location.
-
-