TimeoutsPageLoad Property
Amount of time the driver should wait while loading a page before throwing an exception.

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As Timeouts
Dim value As Integer

value = instance.PageLoad

instance.PageLoad = value

Property Value

Type: Int32
See Also