# File lib/selenium/client/legacy_driver.rb, line 1596 1596: def remove_script(scriptTagId) 1597: remote_control_command("removeScript", [scriptTagId,]) 1598: end