public SeleneCollection ShouldNot(Condition <SeleneCollection> condition) { return(Selene.WaitForNot(this, condition)); }
public SeleneElement ShouldNot(Condition <SeleneElement> condition) { return(Selene.WaitForNot(this, condition)); }