Ejemplo n.º 1
0
 public SeleneCollection ShouldNot(Condition <SeleneCollection> condition)
 {
     return(Selene.WaitForNot(this, condition));
 }
Ejemplo n.º 2
0
 public SeleneElement ShouldNot(Condition <SeleneElement> condition)
 {
     return(Selene.WaitForNot(this, condition));
 }