Class ElementUtils
- java.lang.Object
-
- com.atlassian.bamboo.pageobjects.utils.ElementUtils
-
public class ElementUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
waitForDialogToDisappear(org.openqa.selenium.WebDriver driver)
static <T> T
waitUntilAvailable(org.openqa.selenium.WebDriver driver, com.atlassian.pageobjects.PageBinder pageBinder, Class<T> clazz, String... args)
static void
waitUntilHidden(com.atlassian.pageobjects.elements.PageElement pageElement)
static void
waitUntilHidden(org.openqa.selenium.WebDriver webDriver, org.openqa.selenium.By elementSelector)
static void
waitUntilVisible(com.atlassian.pageobjects.elements.PageElement pageElement)
static void
waitUntilVisible(org.openqa.selenium.WebDriver webDriver, org.openqa.selenium.By elementSelector)
-
-
-
Method Detail
-
waitUntilVisible
public static void waitUntilVisible(com.atlassian.pageobjects.elements.PageElement pageElement)
-
waitUntilHidden
public static void waitUntilHidden(com.atlassian.pageobjects.elements.PageElement pageElement)
-
waitUntilVisible
public static void waitUntilVisible(org.openqa.selenium.WebDriver webDriver, org.openqa.selenium.By elementSelector)
-
waitUntilHidden
public static void waitUntilHidden(org.openqa.selenium.WebDriver webDriver, org.openqa.selenium.By elementSelector)
-
waitUntilAvailable
public static <T> T waitUntilAvailable(org.openqa.selenium.WebDriver driver, com.atlassian.pageobjects.PageBinder pageBinder, Class<T> clazz, String... args)
-
waitForDialogToDisappear
public static void waitForDialogToDisappear(org.openqa.selenium.WebDriver driver)
-
-