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