public interface AttributeConditionFactory extends BasicConditionFactory<AttributeConditionFactory>
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.support.ui.ExpectedCondition<Boolean> |
valueContains(String expected)
Returns a condition holding if and only if the attribute value contains
the given string.
|
org.openqa.selenium.support.ui.ExpectedCondition<Boolean> |
valueEquals(String expected)
Returns a condition holding if and only if the attribute value equals to
the given string.
|
isPresentnotCopyright © 2012 JBoss by Red Hat. All Rights Reserved.