public class WebElementTextConditionFactory extends AbstractBooleanConditionFactory<StringConditionFactory> implements StringConditionFactory<StringConditionFactory>
| Constructor and Description |
|---|
WebElementTextConditionFactory(org.openqa.selenium.WebElement element,
boolean negation) |
| 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, waitnotpublic WebElementTextConditionFactory(org.openqa.selenium.WebElement element,
boolean negation)
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 © 2014 JBoss by Red Hat. All rights reserved.