WaiterWaitNoException Method (Action, Int32, Int32)
Waits for a delegate action to be executed without exception

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim action As Action
Dim timeoums As Integer
Dim sleepms As Integer

Waiter.WaitNoException(action, timeoums, 
	sleepms)

Parameters

action
Type: SystemAction
Delegate action
timeoums
Type: SystemInt32
Timeout in millisecond
sleepms
Type: SystemInt32
Delay between each attempt
See Also