Class BreakpointResolved

java.lang.Object
org.openqa.selenium.devtools.v135.debugger.model.BreakpointResolved

@Deprecated public class BreakpointResolved extends Object
Deprecated.
Fired when breakpoint is resolved to an actual script and location. Deprecated in favor of `resolvedBreakpoints` in the `scriptParsed` event.
  • Constructor Details

    • BreakpointResolved

      public BreakpointResolved(BreakpointId breakpointId, Location location)
      Deprecated.
  • Method Details

    • getBreakpointId

      public BreakpointId getBreakpointId()
      Deprecated.
      Breakpoint unique identifier.
    • getLocation

      public Location getLocation()
      Deprecated.
      Actual breakpoint location.