driver.findElement(By.xpath("//*[@id="myModal"]/div/div/div[2]/div/div[1]/div/div/div/div[1]/input")).sendKeys("Andre Felipe");
I use the code above to fill in the field but it stays fixed. I've tried simulating a click and enter and it didn't work.
I tried to simulate a click and Enter and it didn't work.Selenium managed to type but I couldn't find a way to fix the data in the form field.