Class BreakpointResolved

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

public class BreakpointResolved extends Object
Fired when breakpoint is resolved to an actual script and location.
  • Constructor Details

  • Method Details

    • getBreakpointId

      public BreakpointId getBreakpointId()
      Breakpoint unique identifier.
    • getLocation

      public Location getLocation()
      Actual breakpoint location.