class Selenium::DevTools::V102::Debugger

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

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