This is my current code
WebElement textarea_click = driver.findElement(By.xpath("//*[@id=\"gvPods_txt_Comment_" + i + "\" ]"));
textarea_click.click();
Thread.sleep(15000);
System.out.println("Text area is open");
textarea_click.append = ("XWC status is NOGO");
Thread.sleep(2000);`
I intend to append the value of textarea_click.