Class AbstractAttributeBooleanCondition
java.lang.Object
org.jboss.arquillian.graphene.condition.element.AbstractElementCondition<Boolean>
org.jboss.arquillian.graphene.condition.element.AbstractElementBooleanCondition
org.jboss.arquillian.graphene.condition.attribute.AbstractAttributeBooleanCondition
- 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:
AbstractAttributeAndValueBooleanCondition,AttributeIsPresent
- Author:
- Jan Papousek
-
Field Summary
Fields inherited from class org.jboss.arquillian.graphene.condition.element.AbstractElementCondition
LOGGER -
Constructor Summary
ConstructorsConstructorDescriptionAbstractAttributeBooleanCondition(org.openqa.selenium.WebElement element, String attribute) AbstractAttributeBooleanCondition(org.openqa.selenium.WebElement element, String attribute, 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
-
AbstractAttributeBooleanCondition
-
AbstractAttributeBooleanCondition
public AbstractAttributeBooleanCondition(org.openqa.selenium.WebElement element, String attribute, boolean negation)
-
-
Method Details
-
getAttribute
-