Specifies the amount of time the driver should wait for a page to load when setting the Url property.
Namespace: OpenQA.SeleniumAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
Parameters
- timeToWait
- Type:
System TimeSpan
ATimeSpan structure defining the amount of time to wait. Setting this parameter to
MinValue will allow the page to load indefinitely.
Return Value
A self referenceSee Also