public static string GetAttribute(this IWebElement element, TagAttributes tagAttribute) { return(element.GetAttribute(ObjectUtil.GetEnumDescription(tagAttribute))); }