TimeoutsImplicitWait Property
Amount of time that Selenium will wait for waiting commands to complete

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.ImplicitWait

instance.ImplicitWait = value

Property Value

Type: Int32
See Also