auto_scrollToElement

public void auto_scrollToElement(WebElement element){
    Actions action = new Actions(getDriver());
    action.moveToElement(element).perform();
}
What are your feelings
Scroll al inicio