WebElement element = driver.findElement(By.xpath("//*[@id='serach']"));
Actions actions = new Actions(driver);
actions.moveToElement(element).click().perform();
WebElement element = driver.findElement(By.xpath("//*[@id='serach']"));
Actions actions = new Actions(driver);
actions.moveToElement(element).click().perform();