示例#1
0
 public static bool IsVisibleError(this IHtmlElement htmlElement)
 {
     return(!htmlElement.GetStyle().CssText.Contains("display:none"));
 }