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