class Selenium::DevTools::V138::Debugger
def get_possible_breakpoints(start:, _end: nil, restrict_to_function: nil)
def get_possible_breakpoints(start:, _end: nil, restrict_to_function: nil) @devtools.send_cmd('Debugger.getPossibleBreakpoints', start: start, end: _end, restrictToFunction: restrict_to_function) end