# File lib/selenium/webdriver/common/driver.rb, line 206 def execute_script(script, *args) bridge.executeScript(script, *args) end