0 votes
in Selenium by
WebDriverWait wait = new WebDriverWait(driver, 30);

wait.until(ExpectedConditions.presenceOfElementLocated(by));

The above wait condition is considered an:

None of these

Explicit wait

Implicit wait
...