Class Debugger.SetBreakpointResponse
- java.lang.Object
-
- org.openqa.selenium.devtools.v103.debugger.Debugger.SetBreakpointResponse
-
- Enclosing class:
- Debugger
public static class Debugger.SetBreakpointResponse extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SetBreakpointResponse(BreakpointId breakpointId, Location actualLocation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Location
getActualLocation()
Location this breakpoint resolved into.BreakpointId
getBreakpointId()
Id of the created breakpoint for further reference.
-
-
-
Constructor Detail
-
SetBreakpointResponse
public SetBreakpointResponse(BreakpointId breakpointId, Location actualLocation)
-
-
Method Detail
-
getBreakpointId
public BreakpointId getBreakpointId()
Id of the created breakpoint for further reference.
-
getActualLocation
public Location getActualLocation()
Location this breakpoint resolved into.
-
-