Which one is not the WebDriver’s expected condition?
Note: WebDriver’s ExpectedConditions class is used to test expected conditions.
textToBePresentInElement()
frameToBeAvailableAndSwitchToIt()
elementToBeClickable()
titleIs()
isAlertPresent()
Submit