auto_waitForElementPresence

public void auto_waitForElementPresence(By locator) {
    this.auto_getFluentWait().until(ExpectedConditions.presenceOfElementLocated(locator));
}
What are your feelings
Scroll al inicio