Class Debugger.SetBreakpointByUrlResponse
java.lang.Object
org.openqa.selenium.devtools.v119.debugger.Debugger.SetBreakpointByUrlResponse
- Enclosing class:
- Debugger
-
Constructor Summary
ConstructorsConstructorDescriptionSetBreakpointByUrlResponse
(BreakpointId breakpointId, List<Location> locations) -
Method Summary
Modifier and TypeMethodDescriptionId of the created breakpoint for further reference.List of the locations this breakpoint resolved into upon addition.
-
Constructor Details
-
SetBreakpointByUrlResponse
-
-
Method Details
-
getBreakpointId
Id of the created breakpoint for further reference. -
getLocations
List of the locations this breakpoint resolved into upon addition.
-