public class LocatorElementTextConditionFactory extends AbstractBooleanConditionFactory<StringConditionFactory> implements StringConditionFactory<StringConditionFactory>
| Constructor and Description |
|---|
LocatorElementTextConditionFactory(org.openqa.selenium.By locator) |
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.support.ui.ExpectedCondition<Boolean> |
contains(String expected) |
protected StringConditionFactory |
copy() |
org.openqa.selenium.support.ui.ExpectedCondition<Boolean> |
equalTo(String expected) |
getNegation, not, setNegationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnotprotected static final Logger LOGGER
public LocatorElementTextConditionFactory(org.openqa.selenium.By locator)
protected StringConditionFactory copy()
copy in class AbstractBooleanConditionFactory<StringConditionFactory>public org.openqa.selenium.support.ui.ExpectedCondition<Boolean> contains(String expected)
contains in interface StringConditionFactory<StringConditionFactory>public org.openqa.selenium.support.ui.ExpectedCondition<Boolean> equalTo(String expected)
equalTo in interface StringConditionFactory<StringConditionFactory>Copyright © 2013 JBoss by Red Hat. All Rights Reserved.