Class AbstractElementAndTextBooleanCondition
java.lang.Object
org.jboss.arquillian.graphene.condition.element.AbstractElementCondition<Boolean>
org.jboss.arquillian.graphene.condition.element.AbstractElementBooleanCondition
org.jboss.arquillian.graphene.condition.element.AbstractElementAndTextBooleanCondition
- All Implemented Interfaces:
com.google.common.base.Function<org.openqa.selenium.WebDriver,,Boolean> Function<org.openqa.selenium.WebDriver,,Boolean> org.openqa.selenium.support.ui.ExpectedCondition<Boolean>
- Direct Known Subclasses:
ElementTextContains,ElementTextEquals,ElementTextEqualsIgnoreCase,ElementTextMatches
public abstract class AbstractElementAndTextBooleanCondition
extends AbstractElementBooleanCondition
- Author:
- Jan Papousek
-
Field Summary
Fields inherited from class org.jboss.arquillian.graphene.condition.element.AbstractElementCondition
LOGGER -
Constructor Summary
ConstructorsConstructorDescriptionAbstractElementAndTextBooleanCondition(org.openqa.selenium.WebElement element, String text) AbstractElementAndTextBooleanCondition(org.openqa.selenium.WebElement element, String text, boolean negation) -
Method Summary
Methods inherited from class org.jboss.arquillian.graphene.condition.element.AbstractElementBooleanCondition
apply, getNegationMethods inherited from class org.jboss.arquillian.graphene.condition.element.AbstractElementCondition
check, getElementMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.common.base.Function
equals
-
Constructor Details
-
AbstractElementAndTextBooleanCondition
-
AbstractElementAndTextBooleanCondition
public AbstractElementAndTextBooleanCondition(org.openqa.selenium.WebElement element, String text, boolean negation)
-
-
Method Details
-
getText
-