* @param element element which the attribute belongs to
* @param attribute attribute name
* @return
*/
public static AttributeConditionFactory attribute(WebElement element, String attribute) {
return new AttributeConditionFactoryImpl(element, attribute);
}