I need to do some actions when an element is shown but I don't know how to wait for it, on selenium document they use Until(ExpectedConditions.ElementIsVisible(By.xPath("")));, but when I try to do it ExpectedConditions doesn't exists so, how can I wait for an element?