class Selenium::WebDriver::Timeouts

def script=(seconds)

def script=(seconds)
  @bridge.timeouts = {'script' => Integer(seconds * 1000)}
end