auto_scrollToElement

public void auto_scrollToElement(String elementPath, String ... elementValue) {
    By locator =  LocatorBuilder.getBy(elementPath, elementValue);
    //WebElement element = auto_getWebElement(locator);
    auto_scrollToElement(this.auto_getWebElement(locator));
}
What are your feelings
Scroll al inicio