Method and Description |
---|
org.openqa.selenium.support.ui.ExpectedConditions.numberOfwindowsToBe(int)
please use
ExpectedConditions.numberOfWindowsToBe(int) instead |
org.openqa.selenium.support.ui.ExpectedConditions.textToBePresentInElement(By, String) |
org.openqa.selenium.support.ui.FluentWait.until(Predicate<T>)
Use a
Function that returns a Boolean. |