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