Object
# File common/src/rb/lib/selenium/webdriver/timeouts.rb, line 5 def initialize(bridge) @bridge = bridge end
Set the amount of time the driver should wait when searching for elements.
# File common/src/rb/lib/selenium/webdriver/timeouts.rb, line 13 def implicit_wait=(seconds) @bridge.setImplicitWaitTimeout seconds * 1000 end
[Validate]
Generated with the Darkfish Rdoc Generator 2.