public void auto_scrollToElement(WebElement element){ Actions action = new Actions(getDriver()); action.moveToElement(element).perform(); }