I tried to enter some text in a text box using sendKeys after clicking on the element
The text box had xpath //td[@id='xyz']/span
Received the error - Exception in thread "main" org.openqa.selenium.ElementNotInteractableException: element not interactable
Need suggestion on entering the value in the textbox