Class ElementAttributeConditionFactory
java.lang.Object
org.jboss.arquillian.graphene.condition.AbstractBooleanConditionFactory<AttributeConditionFactory>
org.jboss.arquillian.graphene.condition.attribute.ElementAttributeConditionFactory
- All Implemented Interfaces:
AttributeConditionFactory,BasicConditionFactory<AttributeConditionFactory>,BooleanConditionFactory<AttributeConditionFactory>,StringConditionFactory<AttributeConditionFactory>
public class ElementAttributeConditionFactory
extends AbstractBooleanConditionFactory<AttributeConditionFactory>
implements AttributeConditionFactory
- Author:
- Jan Papousek, Jiri Stefek
-
Constructor Summary
ConstructorsConstructorDescriptionElementAttributeConditionFactory(org.openqa.selenium.WebElement element, String attribute) -
Method Summary
Modifier and TypeMethodDescriptionorg.openqa.selenium.support.ui.ExpectedCondition<Boolean>protected ElementAttributeConditionFactorycopy()org.openqa.selenium.support.ui.ExpectedCondition<Boolean>org.openqa.selenium.support.ui.ExpectedCondition<Boolean>equalToIgnoreCase(String expected) org.openqa.selenium.support.ui.ExpectedCondition<Boolean>Returns a condition holding if and only if the object is present on the page.org.openqa.selenium.support.ui.ExpectedCondition<Boolean>Methods inherited from class org.jboss.arquillian.graphene.condition.AbstractBooleanConditionFactory
getNegation, not, setNegationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.arquillian.graphene.condition.BooleanConditionFactory
not
-
Constructor Details
-
ElementAttributeConditionFactory
-
-
Method Details
-
isPresent
Description copied from interface:BasicConditionFactoryReturns a condition holding if and only if the object is present on the page.- Specified by:
isPresentin interfaceBasicConditionFactory<AttributeConditionFactory>- Returns:
-
copy
- Specified by:
copyin classAbstractBooleanConditionFactory<AttributeConditionFactory>
-
contains
- Specified by:
containsin interfaceStringConditionFactory<AttributeConditionFactory>
-
equalTo
- Specified by:
equalToin interfaceStringConditionFactory<AttributeConditionFactory>
-
equalToIgnoreCase
- Specified by:
equalToIgnoreCasein interfaceStringConditionFactory<AttributeConditionFactory>
-
matches
- Specified by:
matchesin interfaceStringConditionFactory<AttributeConditionFactory>
-