WebDriverWait Method
Wait the specified time in millisecond before executing the next command

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

instance.Wait(timems)

Parameters

timems
Type: SystemInt32
Time to wait in millisecond
See Also