Class AttributeIsPresent
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
org.jboss.arquillian.graphene.condition.attribute.AttributeIsPresent
- 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>
-
Field Summary
Fields inherited from class org.jboss.arquillian.graphene.condition.element.AbstractElementCondition
LOGGER -
Constructor Summary
ConstructorsConstructorDescriptionAttributeIsPresent(org.openqa.selenium.WebElement element, String attribute) AttributeIsPresent(org.openqa.selenium.WebElement element, String attribute, boolean negation) -
Method Summary
Methods inherited from class org.jboss.arquillian.graphene.condition.attribute.AbstractAttributeBooleanCondition
getAttributeMethods inherited from class org.jboss.arquillian.graphene.condition.element.AbstractElementBooleanCondition
apply, getNegationMethods inherited from class org.jboss.arquillian.graphene.condition.element.AbstractElementCondition
getElementMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.common.base.Function
equals