Parent

Class/Module Index [+]

Quicksearch

Selenium::WebDriver::Timeouts

Public Class Methods

new(bridge) click to toggle source
# File common/src/rb/lib/selenium/webdriver/timeouts.rb, line 5
def initialize(bridge)
  @bridge = bridge
end

Public Instance Methods

implicit_wait=(seconds) click to toggle source

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.