public class WaitUntilTargetIsReady extends Object implements Interaction, IsSilent
| Constructor and Description |
|---|
WaitUntilTargetIsReady(Target target,
org.hamcrest.Matcher<WebElementState> expectedState) |
| Modifier and Type | Method and Description |
|---|---|
Interaction |
forNoMoreThan(Duration amount) |
WaitUntilBuilder |
forNoMoreThan(long amount) |
<A extends Actor> |
performAs(A actor) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitthatPerforms, where, wherethenpublic WaitUntilTargetIsReady(Target target, org.hamcrest.Matcher<WebElementState> expectedState)
public <A extends Actor> void performAs(A actor)
performAs in interface Performablepublic WaitUntilBuilder forNoMoreThan(long amount)
public Interaction forNoMoreThan(Duration amount)
Copyright © 2022. All rights reserved.