# File lib/selenium/client/legacy_driver.rb, line 1517 1517: def run_script(script) 1518: remote_control_command("runScript", [script,]) 1519: end