class Selenium::DevTools::V138::Debugger

def set_script_source(script_id:, script_source:, dry_run: nil, allow_top_frame_editing: nil)

def set_script_source(script_id:, script_source:, dry_run: nil, allow_top_frame_editing: nil)
  @devtools.send_cmd('Debugger.setScriptSource',
                     scriptId: script_id,
                     scriptSource: script_source,
                     dryRun: dry_run,
                     allowTopFrameEditing: allow_top_frame_editing)
end