Class Selenium::WebDriver::Timeouts
In: lib/selenium/webdriver/common/timeouts.rb
Parent: Object

Methods

Public Class methods

Public Instance methods

Set the amount of time the driver should wait when searching for elements.

Sets the amount of time to wait for a page load to complete before throwing an error. If the timeout is negative, page loads can be indefinite.

Sets the amount of time to wait for an asynchronous script to finish execution before throwing an error. If the timeout is negative, then the script will be allowed to run indefinitely.

[Validate]