class Selenium::DevTools::V136::Page

def remove_script_to_evaluate_on_load(identifier:)

def remove_script_to_evaluate_on_load(identifier:)
  @devtools.send_cmd('Page.removeScriptToEvaluateOnLoad',
                     identifier: identifier)
end