Class AttributeValueEquals
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.AbstractAttributeAndValueBooleanCondition
org.jboss.arquillian.graphene.condition.attribute.AttributeValueEquals
- 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>
- Author:
- Jan Papousek
-
Field Summary
Fields inherited from class org.jboss.arquillian.graphene.condition.element.AbstractElementCondition
LOGGER -
Constructor Summary
ConstructorsConstructorDescriptionAttributeValueEquals(org.openqa.selenium.WebElement element, String attribute, String value) AttributeValueEquals(org.openqa.selenium.WebElement element, String attribute, String value, boolean negation) -
Method Summary
Methods inherited from class org.jboss.arquillian.graphene.condition.attribute.AbstractAttributeAndValueBooleanCondition
getValueMethods 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
-
Constructor Details
-
AttributeValueEquals
-
AttributeValueEquals
-
-
Method Details
-
check
- Specified by:
checkin classAbstractElementCondition<Boolean>
-
toString
-