Class Debugger.SetBreakpointByUrlResponse
- java.lang.Object
-
- org.openqa.selenium.devtools.v102.debugger.Debugger.SetBreakpointByUrlResponse
-
- Enclosing class:
- Debugger
public static class Debugger.SetBreakpointByUrlResponse extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SetBreakpointByUrlResponse(BreakpointId breakpointId, java.util.List<Location> locations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BreakpointId
getBreakpointId()
Id of the created breakpoint for further reference.java.util.List<Location>
getLocations()
List of the locations this breakpoint resolved into upon addition.
-
-
-
Constructor Detail
-
SetBreakpointByUrlResponse
public SetBreakpointByUrlResponse(BreakpointId breakpointId, java.util.List<Location> locations)
-
-
Method Detail
-
getBreakpointId
public BreakpointId getBreakpointId()
Id of the created breakpoint for further reference.
-
getLocations
public java.util.List<Location> getLocations()
List of the locations this breakpoint resolved into upon addition.
-
-