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

名前空間: Selenium
アセンブリ: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
構文
VB 使用例
Dim action As Action
Dim timeoums As Integer
Dim sleepms As Integer

Waiter.WaitNoException(action, timeoums, 
	sleepms)

パラメータ

action
型: SystemAction
Delegate action
timeoums
型: SystemInt32
Timeout in millisecond
sleepms
型: SystemInt32
Delay between each attempt
参照