# File lib/selenium/client/legacy_driver.rb, line 1596 def add_script(scriptContent,scriptTagId) remote_control_command("addScript", [scriptContent,scriptTagId,]) end