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