Example #1
0
 public void WaitForElementsNotToBePresent(By locator)
 {
     wait.Until <Boolean>(Expectations.NumberOfVisibleElementsIs(locator, 0));
 }