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