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

    Modifier and Type
    Method
    Description
    org.openqa.selenium.support.ui.ExpectedCondition<Boolean>
    Returns a condition holding if and only if the object is present on the page.

    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: