Class Debugger.SetBreakpointByUrlResponse

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

public static class Debugger.SetBreakpointByUrlResponse extends Object
  • Constructor Details

  • Method Details

    • getBreakpointId

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

      public List<Location> getLocations()
      List of the locations this breakpoint resolved into upon addition.