com.atlassian.pageobjects.elements.query
Interface TimedCondition

All Superinterfaces:
PollingQuery, TimedQuery<Boolean>
All Known Subinterfaces:
Conditions.CombinableCondition
All Known Implementing Classes:
AbstractTimedCondition, WebDriverLocatableBasedTimedCondition, WebElementBasedTimedCondition

@NotThreadSafe
public interface TimedCondition
extends TimedQuery<Boolean>

A marker interface for a special type of TimedQuery. This query has precise semantics of its timed operations, namely:


Field Summary
 
Fields inherited from interface com.atlassian.pageobjects.elements.query.PollingQuery
DEFAULT_INTERVAL
 
Method Summary
 
Methods inherited from interface com.atlassian.pageobjects.elements.query.TimedQuery
by, by, byDefaultTimeout, now
 
Methods inherited from interface com.atlassian.pageobjects.elements.query.PollingQuery
defaultTimeout, interval
 



Copyright © 2014 Atlassian. All rights reserved.