Пример #1
0
 public void waitUntilTextPresents(By by, string text)
 {
     wait.Until(ExpectedConditions.TextToBePresentInElementLocated(by, text));
 }