class Selenium::DevTools::V101::Runtime

def terminate_execution

def terminate_execution
  @devtools.send_cmd('Runtime.terminateExecution')
end