示例#1
0
 public static SeleneElement AssertToNot(this SeleneElement selement, Condition <SeleneElement> condition)
 {
     return(selement.ShouldNot(condition));
 }
示例#2
0
 public void ClearCompleted()
 {
     clearCompleted.Click();
     clearCompleted.ShouldNot(Be.Visible);
 }