Actions action = new Actions(driver);
action.moveToElement(element).click().perform();