Waiter クラス
指定条件が満たされるまで待機したり、タイムアウトやポーリング間隔を制御したりするためのクラスです。
継承階層
SystemObject
  SeleniumWaiter

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

Waiter には次のメンバーが定義されています。

コンストラクター
  名前説明
公開メソッドWaiter
Creates a new Waiter object
ページ先頭
メソッド
  名前説明
公開メソッドコード例Not
待機を続けるかどうかの真偽値を返し、タイムアウトに達すると例外を送出します。
公開メソッドUntilT
デリゲートが null 以外または True を返すまで待機します。
公開メソッド静的メンバーWait
Waits the given time in milliseconds
公開メソッドWaitForFile
Waits for a file to be ready.
公開メソッド静的メンバーWaitNoException(Action, Int32, Int32)
Waits for a delegate action to be executed without exception
公開メソッド静的メンバーWaitNoExceptionT(FuncT, Int32, Int32)
Waits for a delegate function to be executed without exception
公開メソッド静的メンバーWaitTrue
デリゲートが True を返すまで待機します。
公開メソッド静的メンバーWaitUntilT(FuncT, Int32, Int32)
デリゲートが True または null 以外を返すまで待機します。
公開メソッド静的メンバーWaitUntilU, T(FuncU, T, U, Int32, Int32)
デリゲートが True または null 以外を返すまで待機します。
ページ先頭
プロパティ
  名前説明
公開プロパティRetryDelay
Delay in millisecond before trying again. Default is 60 milliseconds
公開プロパティTimeout
Waiter timeout in milliseconds. Default is 5000 milliseconds
ページ先頭
参照