Class Debugger.SetBreakpointResponse

java.lang.Object
org.openqa.selenium.devtools.v85.debugger.Debugger.SetBreakpointResponse
Enclosing class:
Debugger

public static class Debugger.SetBreakpointResponse extends Object
  • Constructor Details

    • SetBreakpointResponse

      public SetBreakpointResponse(BreakpointId breakpointId, Location actualLocation)
  • Method Details

    • getBreakpointId

      public BreakpointId getBreakpointId()
      Id of the created breakpoint for further reference.
    • getActualLocation

      public Location getActualLocation()
      Location this breakpoint resolved into.