Example #1
0
 public IList <IWebElement> WaitForElementsToBePresent(By locator)
 {
     return(wait.Until <IList <IWebElement> >(Expectations.VisibilityOfAllElements(locator)));
 }