public class Pollers extends Object
Constructor and Description |
---|
Pollers() |
Modifier and Type | Method and Description |
---|---|
static <T> void |
waitUntil(com.google.common.base.Supplier<T> supplier,
org.hamcrest.Matcher<? super T> matcher) |
static com.atlassian.pageobjects.elements.PageElement |
waitUntilPresent(com.google.common.base.Supplier<com.atlassian.pageobjects.elements.PageElement> supplier) |
public static com.atlassian.pageobjects.elements.PageElement waitUntilPresent(com.google.common.base.Supplier<com.atlassian.pageobjects.elements.PageElement> supplier)
public static <T> void waitUntil(com.google.common.base.Supplier<T> supplier, org.hamcrest.Matcher<? super T> matcher)
Copyright © 2020 Atlassian. All rights reserved.