WebElement el = page.getTable_AssetMixesName().get(index); Actions action = new Actions(driver); action.doubleClick(el); action.sendKeys(name).build().perform();