I am able to click that username field but not able to pass the values in that field. Facing the below error.
driver.get("xxxx");
WebDriverWait wait = new WebDriverWait(driver, 60);
WebElement username = wait.until(ExpectedConditions.visibilityOfElementLocated(By.id("xxxx")));
username.click();
username.sendKeys("xxxxxxxx");
Error I received -
An unknown server-side error occurred while processing the command. Original error: unknown error: cannot focus element (Session info: chrome=69.0.3497.100)