Method: Selenium::WebDriver::Timeouts#page_load
- Defined in:
- lib/selenium/webdriver/common/timeouts.rb
permalink #page_load ⇒ Object
Gets the amount of time to wait for a page load to complete before throwing an error.
68 69 70 |
# File 'lib/selenium/webdriver/common/timeouts.rb', line 68 def page_load Float(@bridge.timeouts['pageLoad']) / 1000 end |