auto_getWebElement

public WebElement auto_getWebElement(By locator) {
    return (WebElement) this.auto_getWait().until(ExpectedConditions.presenceOfElementLocated(locator));
}
What are your feelings
Scroll al inicio