# File lib/selenium/webdriver/common/timeouts.rb, line 13 def implicit_wait=(seconds) @bridge.setImplicitWaitTimeout Integer(seconds * 1000) end