Class AbstractLocatorBooleanCondition
java.lang.Object
org.jboss.arquillian.graphene.condition.locator.AbstractLocatorBooleanCondition
- 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>
public abstract class AbstractLocatorBooleanCondition
extends Object
implements org.openqa.selenium.support.ui.ExpectedCondition<Boolean>
- Author:
- Jan Papousek
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAbstractLocatorBooleanCondition(org.openqa.selenium.By locator) AbstractLocatorBooleanCondition(org.openqa.selenium.By locator, boolean negation) -
Method Summary
Methods 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
-
Field Details
-
LOGGER
-
-
Constructor Details
-
AbstractLocatorBooleanCondition
public AbstractLocatorBooleanCondition(org.openqa.selenium.By locator) -
AbstractLocatorBooleanCondition
public AbstractLocatorBooleanCondition(org.openqa.selenium.By locator, boolean negation)
-
-
Method Details
-
apply
-
getNegation
protected boolean getNegation() -
getLocator
protected org.openqa.selenium.By getLocator() -
check
protected abstract boolean check(org.openqa.selenium.WebDriver driver)
-