ActionsWait Method
Waits the given time in millisecond.

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

returnValue = instance.Wait(timems)

Parameters

timems
Type: SystemInt32
Time to wait in millisecond.

Return Value

Type: Actions
Self
See Also