how to add explicit wait in drop down using selenium until it finds the text ?
WebDriver wait = new WebDriver(Driver, Seconds); boolean status;
status = wait.until(ExpectedConditions.presenceOfElementLocated(By.xpath(""))) != null;