
public abstract class AbstractLocatorBooleanCondition extends Object implements org.openqa.selenium.support.ui.ExpectedCondition<Boolean>
| Constructor and Description |
|---|
AbstractLocatorBooleanCondition(org.openqa.selenium.By locator) |
AbstractLocatorBooleanCondition(org.openqa.selenium.By locator,
boolean negation) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
apply(org.openqa.selenium.WebDriver driver) |
protected abstract boolean |
check(org.openqa.selenium.WebDriver driver) |
protected org.openqa.selenium.By |
getLocator() |
protected boolean |
getNegation() |
protected static final Logger LOGGER
public AbstractLocatorBooleanCondition(org.openqa.selenium.By locator)
public AbstractLocatorBooleanCondition(org.openqa.selenium.By locator,
boolean negation)
public Boolean apply(org.openqa.selenium.WebDriver driver)
apply in interface com.google.common.base.Function<org.openqa.selenium.WebDriver,Boolean>protected boolean getNegation()
protected org.openqa.selenium.By getLocator()
protected abstract boolean check(org.openqa.selenium.WebDriver driver)
Copyright © 2016 JBoss by Red Hat. All rights reserved.