ITimeouts SetPageLoadTimeout Method WebDriver
Specifies the amount of time the driver should wait for a page to load when setting the Url property.

Namespace: OpenQA.Selenium
Assembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

ITimeouts SetPageLoadTimeout(
	TimeSpan timeToWait
)

Parameters

timeToWait
Type: OnlineSystem TimeSpan
A OnlineTimeSpan structure defining the amount of time to wait. Setting this parameter to OnlineMinValue will allow the page to load indefinitely.

Return Value

A self reference
See Also