WaiterWaitNoException Method (Action, Int32, Int32) |
Waits for a delegate action to be executed without exception
Namespace: SeleniumAssembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
SyntaxDim 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