* @param attribute attribute name
* @see org.jboss.arquillian.graphene.wait.ElementBuilder#attribute(java.lang.String)
*/
@Deprecated
public static AttributeConditionFactory attribute(WebElement element, String attribute) {
return new ElementAttributeConditionFactory(element, attribute);
}