public void WaitUntilTextIsVisible(string text) { Wait.Until(ExpectedConditions.TextToBePresentInElementLocated(ByLocator, text)); }