public class DesiredState extends Object
| Constructor and Description |
|---|
DesiredState(Predicate<org.openqa.selenium.WebElement> desiredStatePredicate,
String stateName) |
| Modifier and Type | Method and Description |
|---|---|
Predicate<org.openqa.selenium.WebElement> |
getElementStateCondition() |
String |
getStateName() |
boolean |
isCatchingInTimeoutException() |
boolean |
isThrowingNoSuchElementException() |
DesiredState |
withCatchingTimeoutException() |
DesiredState |
withThrowingNoSuchElementException() |
public Predicate<org.openqa.selenium.WebElement> getElementStateCondition()
public String getStateName()
public DesiredState withCatchingTimeoutException()
public DesiredState withThrowingNoSuchElementException()
public boolean isCatchingInTimeoutException()
public boolean isThrowingNoSuchElementException()
Copyright © 2020. All rights reserved.