Method: Selenium::WebDriver::Timeouts#page_load

Defined in:
lib/selenium/webdriver/common/timeouts.rb

#page_loadObject

Gets the amount of time to wait for a page load to complete before throwing an error.

[View source]

68
69
70
# File 'lib/selenium/webdriver/common/timeouts.rb', line 68

def page_load
  Float(@bridge.timeouts['pageLoad']) / 1000
end