Class ElementIsEnabled
java.lang.Object
org.jboss.arquillian.graphene.condition.element.AbstractElementCondition<Boolean>
org.jboss.arquillian.graphene.condition.element.AbstractElementBooleanCondition
org.jboss.arquillian.graphene.condition.element.ElementIsEnabled
- 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
ConstructorsConstructorDescriptionElementIsEnabled(org.openqa.selenium.WebElement element) ElementIsEnabled(org.openqa.selenium.WebElement element, 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
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
-
ElementIsEnabled
public ElementIsEnabled(org.openqa.selenium.WebElement element) -
ElementIsEnabled
public ElementIsEnabled(org.openqa.selenium.WebElement element, boolean negation)
-
-
Method Details
-
check
- Specified by:
checkin classAbstractElementCondition<Boolean>
-
toString
-