class Selenium::DevTools::V85::Debugger

def restart_frame(call_frame_id:)

def restart_frame(call_frame_id:)
  @devtools.send_cmd('Debugger.restartFrame',
                     callFrameId: call_frame_id)
end