public class ElementUtils extends Object
Modifier and Type | Method and 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) |
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)
public static <T> T waitUntilAvailable(org.openqa.selenium.WebDriver driver, com.atlassian.pageobjects.PageBinder pageBinder, Class<T> clazz, String... args)
public static void waitForDialogToDisappear(org.openqa.selenium.WebDriver driver)
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.