ActionsWait メソッド
指定した時間(ミリ秒)だけ待機します。

名前空間: Selenium
アセンブリ: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
構文
VB 使用例
Dim instance As Actions
Dim timems As Integer
Dim returnValue As Actions

returnValue = instance.Wait(timems)

パラメータ

timems
型: SystemInt32
Time to wait in millisecond.

戻り値

型: Actions
自分自身(メソッドチェーン用)
参照