public class ElementUtils extends Object
Modifier and Type | Method and Description |
---|---|
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) |
public static void waitUntilVisible(com.atlassian.pageobjects.elements.PageElement pageElement)
public static void waitUntilHidden(com.atlassian.pageobjects.elements.PageElement pageElement)
public static void waitUntilVisible(org.openqa.selenium.WebDriver webDriver, org.openqa.selenium.By elementSelector)
public static void waitUntilHidden(org.openqa.selenium.WebDriver webDriver, org.openqa.selenium.By elementSelector)
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.