Tried executing the code but getting:
ElementNotInteractableException: element not interactable
for the below sendKeys statement. What could be the solution??
WebElement ss = driver.findElement(By.cssSelector("div[class='select__single-value css-1uccc91-singleValue']"));
ss.click();
ss.sendKeys("abc");