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