public abstract class AbstractWaitMatcher extends Object
| Constructor and Description |
|---|
AbstractWaitMatcher() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
buildMessage(String defaultMessage)
Build the final message from default message.
|
protected void |
until(FluentWait wait,
com.google.common.base.Predicate<Fluent> present,
String defaultMessage)
Perform the wait.
|
protected String buildMessage(String defaultMessage)
defaultMessage - the default message that will be used as base.protected void until(FluentWait wait, com.google.common.base.Predicate<Fluent> present, String defaultMessage)
wait - fluent wait object.present - predicate to wait for.defaultMessage - default message to use.Copyright © 2016 FluentLenium. All Rights Reserved.