# File lib/selenium/webdriver/common/timeouts.rb, line 23 def script_timeout=(seconds) @bridge.setScriptTimeout seconds * 1000 end