# File lib/selenium/webdriver/common/timeouts.rb, line 32 def page_load=(seconds) @bridge.setTimeout 'page load', Integer(seconds * 1000) end