By using Actions class WebElement element = driver.findElement(By.xpath("xpath")); Actions action = new Actions(driver); action.moveToElement(element).perform();