In selenium for inputbox, we can enter value like :
WebElement inputBox = driver.findElement(By.xpath(xpath))); inputBox.sendKeys(\"abc\");
You cannot edit this div using send keys as it has no Input to send to. Instead, try and edit the text field of the div.