Timeouts クラス
要素検索の暗黙的待機、スクリプト実行待機、ページ読み込み待機などのタイムアウトを設定するためのクラスです。
継承階層
SystemObject
  SeleniumTimeouts

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

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

コンストラクター
  名前説明
公開メソッドTimeouts
Timeouts クラスの新しいインスタンスを初期化します
ページ先頭
プロパティ
  名前説明
公開プロパティImplicitWait
Amount of time that Selenium will wait for waiting commands to complete
公開プロパティPageLoad
Amount of time the driver should wait while loading a page before throwing an exception.
公開プロパティScript
Amount of time the driver should wait while executing an asynchronous script before throwing an error.
公開プロパティServer
Maximum amount of time the driver should wait while waiting for a response from the server.
ページ先頭
Sets the implicit timout to 1 second
VB
driver.Timeouts.ImplicitWait = 1000
参照