WaiterWaitNoExceptionT Method (FuncT, Int32, Int32)
Waits for a delegate function 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 func As Func(Of T)
Dim timeoums As Integer
Dim sleepms As Integer
Dim returnValue As T

returnValue = Waiter.WaitNoException(func, 
	timeoums, sleepms)

Parameters

func
Type: SystemFuncT
Delegate action
timeoums
Type: SystemInt32
Timeout in millisecond
sleepms
Type: SystemInt32
Delay between each attempt

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Selenium.Waiter.WaitNoException``1(System.Func{``0},System.Int32,System.Int32)"]

Return Value

Type: T
Delegate result
See Also