public class PtlWebDriverWait
extends org.openqa.selenium.support.ui.WebDriverWait
| コンストラクタと説明 |
|---|
PtlWebDriverWait(PtlWebDriver driver,
long timeOutInSeconds)
コンストラクタ
|
PtlWebDriverWait(PtlWebDriver driver,
long timeOutInSeconds,
long sleepInMillis)
コンストラクタ
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
untilLoad()
ページのLoadイベント終了まで待機します。
|
public PtlWebDriverWait(PtlWebDriver driver, long timeOutInSeconds)
driver - WebDrivertimeOutInSeconds - タイムアウト時間(秒)public PtlWebDriverWait(PtlWebDriver driver, long timeOutInSeconds, long sleepInMillis)
driver - WebDrivertimeOutInSeconds - タイムアウト時間(秒)sleepInMillis - 条件をチェックする時間間隔(ミリ秒)