auto_HoverElement

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