| Class | Selenium::WebDriver::Wait |
| In: |
lib/selenium/webdriver/common/wait.rb
|
| Parent: | Object |
| DEFAULT_TIMEOUT | = | 5 |
| DEFAULT_INTERVAL | = | 0.5 |
Wait until the given block returns a true value.
@raise [Error::TimeOutError] @return [Object] the result of the block