Method: Selenium::WebDriver::Timeouts#implicit_wait
- Defined in:
- lib/selenium/webdriver/common/timeouts.rb
#implicit_wait ⇒ Object
Gets the amount of time the driver should wait when searching for elements.
31 32 33 |
# File 'lib/selenium/webdriver/common/timeouts.rb', line 31 def implicit_wait Float(@bridge.timeouts['implicit']) / 1000 end |