public class WaitUntilExpectation<T> extends Object implements Interaction, IsSilent
| Constructor and Description |
|---|
WaitUntilExpectation(org.openqa.selenium.support.ui.ExpectedCondition<T> expectedCondition) |
| Modifier and Type | Method and Description |
|---|---|
Interaction |
forNoMoreThan(Duration duration) |
<A extends Actor> |
performAs(A actor) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitthatPerforms, where, wherethenpublic WaitUntilExpectation(org.openqa.selenium.support.ui.ExpectedCondition<T> expectedCondition)
public <A extends Actor> void performAs(A actor)
performAs in interface Performablepublic Interaction forNoMoreThan(Duration duration)
Copyright © 2021. All rights reserved.