Package org.kie.wb.selenium.util
Class Waits
- java.lang.Object
-
- org.kie.wb.selenium.util.Waits
-
public class Waits extends Object
-
-
Constructor Summary
Constructors Constructor Description Waits()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidelementAbsent(org.openqa.selenium.By locator)static org.openqa.selenium.WebElementelementClickable(org.openqa.selenium.By locator)static org.openqa.selenium.WebElementelementClickable(org.openqa.selenium.By locator, int timeoutSeconds)static voidelementInvisible(org.openqa.selenium.By locator, int timeoutSeconds)static org.openqa.selenium.WebElementelementPresent(org.openqa.selenium.By locator)static org.openqa.selenium.WebElementelementPresent(org.openqa.selenium.By locator, int timeoutSeconds)static booleanisElementPresent(org.openqa.selenium.By locator)static booleanisElementPresent(org.openqa.selenium.By locator, int timeoutSeconds)static voidpause(int milliseconds)
-
-
-
Method Detail
-
elementInvisible
public static void elementInvisible(org.openqa.selenium.By locator, int timeoutSeconds)
-
elementPresent
public static org.openqa.selenium.WebElement elementPresent(org.openqa.selenium.By locator, int timeoutSeconds)
-
elementPresent
public static org.openqa.selenium.WebElement elementPresent(org.openqa.selenium.By locator)
-
elementAbsent
public static void elementAbsent(org.openqa.selenium.By locator)
-
elementClickable
public static org.openqa.selenium.WebElement elementClickable(org.openqa.selenium.By locator)
-
elementClickable
public static org.openqa.selenium.WebElement elementClickable(org.openqa.selenium.By locator, int timeoutSeconds)
-
isElementPresent
public static boolean isElementPresent(org.openqa.selenium.By locator, int timeoutSeconds)
-
isElementPresent
public static boolean isElementPresent(org.openqa.selenium.By locator)
-
pause
public static void pause(int milliseconds)
-
-