Example #1
0
 public IsAssert(IBaseUIElement element)
 {
     Element = element;
 }
 public static string[] GetClasses(this IBaseUIElement element)
 {
     return(element.GetAttribute("class").Split(' '));
 }
Example #3
0
 public IsAssert(IBaseUIElement element) : base(element)
 {
 }