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