public class Waits extends Object
Constructor and Description |
---|
Waits() |
Modifier and Type | Method and Description |
---|---|
static void |
elementAbsent(org.openqa.selenium.By locator) |
static org.openqa.selenium.WebElement |
elementClickable(org.openqa.selenium.By locator) |
static org.openqa.selenium.WebElement |
elementPresent(org.openqa.selenium.By locator) |
static org.openqa.selenium.WebElement |
elementPresent(org.openqa.selenium.By locator,
int timeoutSeconds) |
static org.openqa.selenium.WebElement |
elementPresent(org.openqa.selenium.WebElement element) |
static void |
elementVisible(org.openqa.selenium.By locator,
int timeoutSeconds) |
static boolean |
isElementPresent(org.openqa.selenium.By locator) |
static boolean |
isElementPresent(org.openqa.selenium.By locator,
int timeoutSeconds) |
static void |
pause(int milliseconds) |
public static void elementVisible(org.openqa.selenium.By locator, int timeoutSeconds)
public static org.openqa.selenium.WebElement elementPresent(org.openqa.selenium.By locator, int timeoutSeconds)
public static org.openqa.selenium.WebElement elementPresent(org.openqa.selenium.By locator)
public static org.openqa.selenium.WebElement elementPresent(org.openqa.selenium.WebElement element)
public static void elementAbsent(org.openqa.selenium.By locator)
public static org.openqa.selenium.WebElement elementClickable(org.openqa.selenium.By locator)
public static boolean isElementPresent(org.openqa.selenium.By locator, int timeoutSeconds)
public static boolean isElementPresent(org.openqa.selenium.By locator)
public static void pause(int milliseconds)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.