T - The type of the class.public interface WiseRoot<T extends WiseRoot<T>> extends WiseQuery, ScreenShooting<T>
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.support.ui.WebDriverWait |
waitFor(long timeOutInSeconds)
A helper method for the
WebDriverWait.WebDriverWait(org.openqa.selenium.WebDriver, long). |
org.openqa.selenium.support.ui.WebDriverWait |
waitFor(long timeOutInSeconds,
long sleepInMillis)
A helper method for the
WebDriverWait.WebDriverWait(org.openqa.selenium.WebDriver, long, long). |
findElement, findElementstakeScreenShotorg.openqa.selenium.support.ui.WebDriverWait waitFor(long timeOutInSeconds)
WebDriverWait.WebDriverWait(org.openqa.selenium.WebDriver, long).timeOutInSeconds - The timeout in seconds.org.openqa.selenium.support.ui.WebDriverWait waitFor(long timeOutInSeconds,
long sleepInMillis)
WebDriverWait.WebDriverWait(org.openqa.selenium.WebDriver, long, long).timeOutInSeconds - The timeout in seconds.sleepInMillis - Copyright © 2013. All Rights Reserved.