class Selenium::DevTools::V137::Debugger
def restart_frame(call_frame_id:, mode: nil)
def restart_frame(call_frame_id:, mode: nil) @devtools.send_cmd('Debugger.restartFrame', callFrameId: call_frame_id, mode: mode) end
def restart_frame(call_frame_id:, mode: nil) @devtools.send_cmd('Debugger.restartFrame', callFrameId: call_frame_id, mode: mode) end