class Selenium::DevTools::V137::Debugger

def continue_to_location(location:, target_call_frames: nil)

def continue_to_location(location:, target_call_frames: nil)
  @devtools.send_cmd('Debugger.continueToLocation',
                     location: location,
                     targetCallFrames: target_call_frames)
end