Uses of Class
org.openqa.selenium.devtools.v141.debugger.model.BreakLocation
Packages that use BreakLocation
-
Uses of BreakLocation in org.openqa.selenium.devtools.v141.debugger
Methods in org.openqa.selenium.devtools.v141.debugger that return types with arguments of type BreakLocationModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<List<BreakLocation>> Debugger.getPossibleBreakpoints(Location start, Optional<Location> end, Optional<Boolean> restrictToFunction) Returns possible locations for breakpoint.