T - type of the value returned by check(io.appium.droiddriver.DroidDriver, io.appium.droiddriver.finders.Finder)public static interface Poller.ConditionChecker<T>
| Modifier and Type | Method and Description |
|---|---|
T |
check(DroidDriver driver,
Finder finder)
Checks condition that overriding methods provide.
|
T check(DroidDriver driver, Finder finder) throws Poller.UnsatisfiedConditionException
Poller.UnsatisfiedConditionException - If the condition is not met