Class ElementTextEqualsIgnoreCase
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
org.jboss.arquillian.graphene.condition.element.ElementTextEqualsIgnoreCase
- 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:
- Jiri Stefek
-
Field Summary
Fields inherited from class org.jboss.arquillian.graphene.condition.element.AbstractElementCondition
LOGGER -
Constructor Summary
ConstructorsConstructorDescriptionElementTextEqualsIgnoreCase(org.openqa.selenium.WebElement element, String text) ElementTextEqualsIgnoreCase(org.openqa.selenium.WebElement element, String text, boolean negation) -
Method Summary
Methods inherited from class org.jboss.arquillian.graphene.condition.element.AbstractElementAndTextBooleanCondition
getTextMethods 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
-
ElementTextEqualsIgnoreCase
-
ElementTextEqualsIgnoreCase
public ElementTextEqualsIgnoreCase(org.openqa.selenium.WebElement element, String text, boolean negation)
-
-
Method Details
-
check
- Specified by:
checkin classAbstractElementCondition<Boolean>
-
toString
-