public class WaitUntil extends Object
Constructor and Description |
---|
WaitUntil() |
Modifier and Type | Method and Description |
---|---|
static Interaction |
angularRequestsHaveFinished() |
static WaitUntilTargetIsReady |
the(org.openqa.selenium.By byLocator,
org.hamcrest.Matcher<WebElementState> expectedState) |
static <T> WaitUntilExpectation<T> |
the(org.openqa.selenium.support.ui.ExpectedCondition<T> expectedCondition) |
static WaitUntilTargetIsReady |
the(String xpathOrCSSSelector,
org.hamcrest.Matcher<WebElementState> expectedState) |
static WaitUntilTargetIsReady |
the(Target target,
org.hamcrest.Matcher<WebElementState> expectedState) |
public static WaitUntilTargetIsReady the(Target target, org.hamcrest.Matcher<WebElementState> expectedState)
public static WaitUntilTargetIsReady the(String xpathOrCSSSelector, org.hamcrest.Matcher<WebElementState> expectedState)
public static WaitUntilTargetIsReady the(org.openqa.selenium.By byLocator, org.hamcrest.Matcher<WebElementState> expectedState)
public static <T> WaitUntilExpectation<T> the(org.openqa.selenium.support.ui.ExpectedCondition<T> expectedCondition)
public static Interaction angularRequestsHaveFinished()
Copyright © 2022. All rights reserved.