Interface BasicConditionFactory<F extends BasicConditionFactory>
- All Superinterfaces:
BooleanConditionFactory<F>
- All Known Subinterfaces:
AttributeConditionFactory,ElementConditionFactory
- All Known Implementing Classes:
ElementAttributeConditionFactory,ElementLocatorConditionFactory,LocatorAttributeConditionFactory,WebElementConditionFactory
public interface BasicConditionFactory<F extends BasicConditionFactory>
extends BooleanConditionFactory<F>
- Author:
- Jan Papousek
-
Method Summary
Methods inherited from interface org.jboss.arquillian.graphene.condition.BooleanConditionFactory
not
-
Method Details
-
isPresent
org.openqa.selenium.support.ui.ExpectedCondition<Boolean> isPresent()Returns a condition holding if and only if the object is present on the page.- Returns:
-